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 skrah
Recipients flox, jnoller, pitrou, skrah
Date 2010-02-20.10:43:25
SpamBayes Score 2.1521932e-06
Marked as misclassified No
Message-id <1266662609.18.0.0324534910985.issue7805@psf.upfronthosting.co.za>
In-reply-to
Content
I found the problem. On a loaded machine, an attempt is made to
get the pid of the worker before the process has properly started.

There are several places where a sleep could be inserted. Perhaps
Process.start() should wait until the child's pid is not None?
History
Date User Action Args
2010-02-20 10:43:29skrahsetrecipients: + skrah, pitrou, jnoller, flox
2010-02-20 10:43:29skrahsetmessageid: <1266662609.18.0.0324534910985.issue7805@psf.upfronthosting.co.za>
2010-02-20 10:43:27skrahlinkissue7805 messages
2010-02-20 10:43:27skrahcreate