Changes

Jump to: navigation, search

Proxy

391 bytes added, 20:24, 16 January 2007
no edit summary
===Code Samples===
This Sample code is from a Python Remote Method Invocation program. It allows a user to write a module containing a class to be accessed remotely. The class the user created is registered by the Pyro Name Server. The client creates proxies for the remote objects to be invoked when a call is made to the object. The proxy pattern can be seen throughout this code file as highlighted.
<br />
<pre>
import Pyro.core, Pyro.naming, Pyro.constants
1
edit

Navigation menu