⇤ ← Revision 1 as of 2003-02-24 23:39:20
Size: 767
Comment: rename PyRo to Pyro
|
Size: 740
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
Pyro is an acronym for PYthon Remote Objects. It is a basic Distributed Object Technology system written entirely in Python, and for use in Python only (though it works a bit in Jython, too). With this, it closely resembles Java's Remote Method Invocation (RMI). It is less similar to CORBA - which is a system- and language independent Distributed Object Technology and has much more to offer than Pyro or RMI. | Pyro is an acronym for PYthon Remote Objects. It is an advanced and powerful Distributed Object Technology system written entirely in Python, that is designed to be very easy to use. It resembles Java's Remote Method Invocation (RMI). It is less similar to CORBA - which is a system- and language independent Distributed Object Technology and has much more to offer than Pyro or RMI. |
Python Remote Objects
Pyro is an acronym for PYthon Remote Objects. It is an advanced and powerful Distributed Object Technology system written entirely in Python, that is designed to be very easy to use. It resembles Java's Remote Method Invocation (RMI). It is less similar to CORBA - which is a system- and language independent Distributed Object Technology and has much more to offer than Pyro or RMI.
[http://pyro.sourceforge.net Pyro Homepage]
You can download a packaged version from the SF download page but if you have CVS, you can also pull the latest development version directly from [http://sourceforge.net/cvs/?group_id=18837 public CVS].
If you want more information, please let me know. -- IrmenDeJong