How to pickle bound methods

George Sakkis george.sakkis at gmail.com
Wed Jul 2 10:40:52 EDT 2008


On Jul 2, 8:26 am, srinivasan srinivas <sri_anna... at yahoo.co.in>
wrote:

> I am writing client-server program. The server will send a methodname and its arguments to a client. The client has to execute the method and return back the results.

Are you aware of Pyro [1] ? Btw, you use the terminology backwards:
the client calls a method on a remote server and the server executes
it and returns back the results to the client.

George

[1] http://pyro.sourceforge.net/



More information about the Python-list mailing list