Download List

Projeto Descrição

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

Esta versão concentra-se na usabilidade e segurança. Grandes mudanças na interface do usuário tornam muito mais fácil de usar PyRCall, se você quer configurar um servidor ou simplesmente usar o lado do cliente. Para melhorar a segurança e permitir o uso de uma rede insegura, suporte a SSL foi adicionado. Interno da utilização de um tempo de chaves agora protege os recém-criada referências remoto que estava desprotegido em versões anteriores. Quite alguns bugs foram corrigidos.
Tags: Major feature enhancements
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.

2005-12-29 16:57
0.0.3

Todos os objetos stub anterior foram substituídos por um único objeto sobre que utiliza a recuperação sob demanda de atributos de objetos remotos. Desta forma, o comportamento do objeto stub é muito mais flexível e mais suave. Um primeiro esboço de um quadro de autenticação foi implementado de modo PyRCall pode suportar muitos diferentes métodos de autenticação. Suporte para autenticação de usuário / senha com base foi implementada.
Tags: Major feature enhancements
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.

2005-11-08 20:40
0.0.2

Dados os atributos de objetos remotos podem agora ser acessados. Isto é devido a extensões e melhorias do protocolo de rede, ea implementação de métodos de acesso a atributo personalizado nas classes de topo no lado do cliente. O servidor foi melhorada também. Isto inclui por referência cliente contagem e manipulação de melhor conexão. Muitos erros e casos canto estranho foram corrigidos. Esta versão dá uma dica sobre a forma como este módulo é suposto a trabalhar quando ele estiver concluído.
Tags: Major feature enhancements
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.

2005-10-24 23:11
0.0.1

Tags: Initial freshmeat announcement

Project Resources