1 Oct
2008
1 Oct
'08
8:47 a.m.
Lisandro Dalcin wrote:
I believe xmlrpclib is currently the simpler approach. Some day I'll have the time to implement something similar using MPI communication with mpi4py. However, I believe it can be done even better: local, client-side proxies should automatically provide access to all members/methods of remote, server-side instances. The registering step needed within xmlrpclib is a bit ugly ;-)
Try pyro: <http://pyro.sourceforge.net/> or rpyc: <http://rpyc.wikispaces.com/>, both of which if I recall correctly, do implement this. VS.