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 r.david.murray
Recipients luke_16, r.david.murray
Date 2017-01-04.19:27:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483558043.61.0.201236066764.issue29158@psf.upfronthosting.co.za>
In-reply-to
Content
My understanding is that the basic rule of thumb is: don't mix threads and multiprocessing.  You may find that if you use spawn, it won't ever work.  But I haven't used multiprocessing myself.
History
Date User Action Args
2017-01-04 19:27:23r.david.murraysetrecipients: + r.david.murray, luke_16
2017-01-04 19:27:23r.david.murraysetmessageid: <1483558043.61.0.201236066764.issue29158@psf.upfronthosting.co.za>
2017-01-04 19:27:23r.david.murraylinkissue29158 messages
2017-01-04 19:27:23r.david.murraycreate