Size: 664
Comment:
|
← Revision 9 as of 2008-11-15 14:01:21 ⇥
Size: 649
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
* [http://www.users.cloud9.net/~proteus/dopy/welcome.html Dopy Homepage] |
* [[http://www.mindhog.net/~mmuller/projects/dopy/|Dopy Homepage]] |
Line 24: | Line 8: |
It's good to mention ["CORBA"]. Someone needs to compare ["Pyro"] with DOPY. |
It's good to mention [[CORBA]]. Someone needs to compare [[Pyro]] with DOPY. ---- See CorbaPython |
Distributed Objects for Python
DOPY is a small distributed object system written entirely in Python. It is not intended to be CORBA compliant. Instead, it aims to be extremely easy to use and to support Python's dynamic nature - methods are invoked dynamically, parameters are passed by reference. Any python object that can be pickled can automatically be passed as a parameter or a return value, and any Python object can be published as a shelved object.
It's good to mention CORBA. Someone needs to compare Pyro with DOPY.
See CorbaPython