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 sbt
Recipients asksol, jafo, jnoller, nirai, sbt, ysj.ray
Date 2012-06-07.21:13:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339103623.51.0.264462450354.issue10037@psf.upfronthosting.co.za>
In-reply-to
Content
> Ah, a working 'fork server' would be just as good.

Only problem is that it depends on fd passing which is apparently broken on MacOSX.

> Btw, Billiard now supports running Pool without threads, using 
> epoll/kqueue/select instead. So Celery uses that when it can be 
> nonblocking, and execv when it can't.  It performs way better without 
> threads, and in addition shutdown + replacing worker processes is much 
> more responsive.

If it were not for Windows I would have tried to avoid using threads.
History
Date User Action Args
2012-06-07 21:13:43sbtsetrecipients: + sbt, jafo, jnoller, nirai, asksol, ysj.ray
2012-06-07 21:13:43sbtsetmessageid: <1339103623.51.0.264462450354.issue10037@psf.upfronthosting.co.za>
2012-06-07 21:13:42sbtlinkissue10037 messages
2012-06-07 21:13:42sbtcreate