ダウンロードリスト

プロジェクト概要

Remote Python Call(RPyC)は,RPCと分散コンピューティングのための透過的で対照的なPythonのライブラリです。それは、同期および非同期操作、コールバック、セキュアなリモートサービス、および透過的なオブジェクトプロキシをサポートしています。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2006-05-08 03:05
2.55

このリリースでは)、認証および暗号化()は、isinstanceとissubclass追加tlsliteに移動して、サーバーの検出(UDPブロードキャストを使用して追加は、リモートオブジェクトを操作する、いくつかのリファクタリングしています。
タグ: Minor feature enhancements
This release adds server discovery (using UDP broadcasts), has moved to tlslite (for authentication and encryption), adds isinstance and issubclass that work with remote objects, and has some refactoring.

2006-04-25 23:04
2.50A

再設計とリファクタリングの多くの。良いユニットテストの作業。マルチスレッドで、いくつかのバグを修正。
A lot of redesign and refactoring. Work on better unit tests. Fixes for several bugs with multithreading.

2006-04-08 02:27
2.45

このリリースを整理し、PipeStream.writeとバグ修正。これには、今のWindows用のスタブを追加Windows上でも動作します。認証のサポートが追加されています:auth_server.pyとAuthSocketConnection。
タグ: Minor feature enhancements
This release has cleanups and bugfix with PipeStream.write. It adds stubs for Windows, and so now works on Windows as well. Authentication support has been added: auth_server.py and AuthSocketConnection.

2006-03-04 00:10
2.40

このリリースでは__init__.pyするので、すぐに"Rpycインポート*から行うことができます"輸入を追加します。この下位互換性ですが、"; Rpyc.FactoriesインポートSocketConnectionを"よりも動作します。 __all__のUtils.py少しクリーンアップされています。 'と'名前空間'を実行するに追加されている。 'を実行する場合は、接続のリモート側では、'名前空間'のコードを実行することができますが''で評価を実行する空間です。デモ6.pyこの方法を使用して示すために追加されている。デモ2.pyされて固定している(現在はremote_interpreter Utils.__al__の一部ではありません)。
タグ: Minor feature enhancements
This release adds imports to __init__.py, so you can now do "from Rpyc import *". This is backwards compatible, however; "from Rpyc.Factories import SocketConnection" still works. The __all__ of Utils.py has been cleaned up a little. 'execute' and 'namespace' have been added. 'execute' lets you execute code on the remote side of the connection, and 'namespace' is the namespace in which 'execute' evaluates. demo-6.py has been added to show how to use this. demo-2.py has been fixed (now that remote_interpreter isn't a part of Utils.__al__).

2006-03-02 19:31
2.36

このリリースでは'が追加されますServerUtils'にthreaded_server。これは、ミックスでどこからでもではなく、自分でサーバを作成するのようなを使用することができます。 ServerUtilsのロギングメカニズムが改良されています。 Webサイトが更新されています。
タグ: Minor feature enhancements
This release adds 'threaded_server' to ServerUtils. It's a mix-in you can use wherever you like, instead of writing a server by yourself. The logging mechanism of ServerUtils has been improved. The Web site has been updated.

プロジェクトリソース