context aware execution
Michael Torrie
torriem at gmail.com
Wed Dec 19 19:27:44 EST 2012
More information about the Python-list mailing list
Wed Dec 19 19:27:44 EST 2012
- Previous message (by thread): context aware execution
- Next message (by thread): context aware execution
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 12/19/2012 09:51 AM, Bart Thate wrote: > Think of sending JSON over the wire, reconstruct an object with it and then > let the object figure out what it can and cannot do in this external > environment. Probably the better way to do it is to formally define an API that lets an object discover things about its environment and then broker calls through it. This is sort of what COM does on windows, or Corba.
- Previous message (by thread): context aware execution
- Next message (by thread): context aware execution
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list