Download List

專案描述

Python Remote Call Module allows the instantiation
and transparent usage of remote objects. All
objects are server-based. On the client side,
dynamically created stub objects make using these
remote objects very easy. Mechanisms for
connection handling and automatic server setup
allow passing of local references to the server.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-01-20 20:11
0.1

This release focuses on usability and security. Major changes in the user interface make it much easier to use PyRCall, whether you want to set up a server or just use the client side. To enhance security and allow usage over an insecure network, SSL support has been added. Internal use of one-time keys now protects those newly created remote references that were unprotected in earlier releases. Quite a few bugs were fixed.
標籤: Major feature enhancements

2005-12-29 16:57
0.0.3

All previous stub objects have been replaced by a single stub object
which uses on-demand retrieval of attributes of remote objects. This
way, the behavior of the stub object is much more flexible and smoother.
A first draft of an authentication framework has been implemented so
PyRCall can support many different authentication methods. Support for
username/password-based authentication has been implemented.
標籤: Major feature enhancements

2005-11-08 20:40
0.0.2

Data attributes of remote objects can now be accessed. This is due to extensions and improvements of the network protocol, and the implementation of custom attribute access methods in the stub classes on the client side. The server was improved as well. This includes per-client reference counting and better connection handling. Many bugs and strange corner cases were fixed. This release gives a hint on how this module is supposed to work once it is finished.
標籤: Major feature enhancements

2005-10-24 23:11
0.0.1

標籤: Initial freshmeat announcement

Project Resources