Stefan Krah <stefan-use...@bytereef.org> added the comment: 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? ---------- keywords: +patch Added file: http://bugs.python.org/file16265/issue7805_problem_outline.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7805> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com