multiprocessing and accessing server's stdout
Tim Arnold
a_jtim at bellsouth.net
Wed May 26 14:47:06 EDT 2010
Hi,
I'm using multiprocessing's BaseManager to create a server on one
machine and a client on another. The client fires a request and the
server does some work, the result of which ends up on a shared file
system that both the client and server can see.
However, I need the client machine to see the stdout of the process
running on the server. Not sure this is doable--I've been unable to
google anything useful on this one.
thanks,
--Tim Arnold
More information about the Python-list
mailing list