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 pitrou
Recipients alexandre.vassalotti, josh.r, pitrou, sbt, serhiy.storchaka
Date 2015-02-07.01:39:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423273180.42.0.994463133522.issue23403@psf.upfronthosting.co.za>
In-reply-to
Content
It is possible to have independent processes communicate together, although that's not the most widely-used feature. See:
https://docs.python.org/3/library/multiprocessing.html#multiprocessing-listeners-clients
Also:
https://docs.python.org/3/library/multiprocessing.html#managers
History
Date User Action Args
2015-02-07 01:39:40pitrousetrecipients: + pitrou, alexandre.vassalotti, sbt, serhiy.storchaka, josh.r
2015-02-07 01:39:40pitrousetmessageid: <1423273180.42.0.994463133522.issue23403@psf.upfronthosting.co.za>
2015-02-07 01:39:40pitroulinkissue23403 messages
2015-02-07 01:39:39pitroucreate