Multiprocessing / threading confusion
Skip Montanaro
skip at pobox.com
Fri Sep 6 14:53:51 EDT 2013
On Fri, Sep 6, 2013 at 1:27 PM, Paul Pittlerson <menkomigen6 at gmail.com> wrote:
> Ok here is the fixed and shortened version of my script:
Before going any further, I think you need to return to marduk's
response and consider if you really and truly need both threads and
fork (via multiprocessing).
http://www.linuxprogrammingblog.com/threads-and-fork-think-twice-before-using-them
Skip
More information about the Python-list
mailing list