Differences between revisions 2 and 3
Revision 2 as of 2002-10-13 06:36:25
Size: 555
Editor: ip68-12-67-154
Comment:
Revision 3 as of 2002-10-13 06:42:40
Size: 543
Editor: ip68-12-67-154
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
DOPY is a small distributed object system written in Python, with libaries in C#. 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. 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.

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.

Dopy (last edited 2008-11-15 14:01:21 by localhost)

Unable to edit the page? See the FrontPage for instructions.