Return value of multiprocessing manager registerred function

T

Terry

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
 
J

jacopo

Hi Terry,
I have just started working on similar things and I am strugling to
find examples or documentations. So far I have found only the official
documentation of the multiprocessing package. Would you be able to
recommend me some good reference or a book. I dont want to overwhelm
this newsgroup with questions... yet :)
Regards, Jacopo
 
T

Terry

Hi Terry,
I have just started working on similar things and I am strugling to
find examples or documentations. So far I have found only the official
documentation of the multiprocessing package. Would you be able to
recommend me some good reference or a book. I dont want to overwhelm
this newsgroup with questions... yet :)
Regards, Jacopo
Hi Jacopo,
Well, I also have had a hard time to find any examples or document
except the official document. I had to read the multiprocessing source
code (they are all in python except the network connection parts). And
I found I need to hack it a little to get it work.
You can share your questions, and maybe it's common to most of us.

br, Terry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top