On Jul 2, 8:26 am, srinivasan srinivas <[EMAIL PROTECTED]> 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/ -- http://mail.python.org/mailman/listinfo/python-list