Hi,

I'm using the multiprocessing.manager to run procedures remotely. It
all worked fine except I hope to have a different return value type.

The remote function calls always return a proxy, which when I need to
get the value it need to connect to the manager again to fetch it. But
I just need the value, not the proxy.

Can I just return the value instead of a proxy from a manager?

br, Terry
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to