This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author luke_16
Recipients davin, luke_16, r.david.murray
Date 2017-01-06.16:54:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483721693.84.0.470997305665.issue29158@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding Davin's last paragraph: "Without pulling apart your code...", I would like to point out that what I'm doing is what the Documentation instructs:

https://docs.python.org/2/library/multiprocessing.html#using-a-remote-manager

So, I want to access a process running in another machine, which is the server.py, from another machine running client.py. But if I want tho run both separately in the same machine, I should also be able to.
History
Date User Action Args
2017-01-06 16:54:53luke_16setrecipients: + luke_16, r.david.murray, davin
2017-01-06 16:54:53luke_16setmessageid: <1483721693.84.0.470997305665.issue29158@psf.upfronthosting.co.za>
2017-01-06 16:54:53luke_16linkissue29158 messages
2017-01-06 16:54:53luke_16create