K
kpd
Three are lots of good looking remote-object implementations for Python
such as Pyro, Rpyc, and PyInvoke. All of these require a deamon
running to serve the remote objects.
Has anyone seen a method of doing this using CGI or FastCGI instead of
a deamon? I'm not worried about performance for this application, but
I do have constraints on long-running processes.
I do want to stay away from XmlRpc if possible.
Do you have any suggestions?
such as Pyro, Rpyc, and PyInvoke. All of these require a deamon
running to serve the remote objects.
Has anyone seen a method of doing this using CGI or FastCGI instead of
a deamon? I'm not worried about performance for this application, but
I do have constraints on long-running processes.
I do want to stay away from XmlRpc if possible.
Do you have any suggestions?