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 paul.moore
Recipients neologix, paul.moore, pitrou
Date 2012-02-28.22:24:47
SpamBayes Score 0.027054891
Marked as misclassified No
Message-id <CACac1F-_RYK9trT6o2oPc3PSfr2NFvNpJ_xi2QmcYMwgQggBOw@mail.gmail.com>
In-reply-to <1330465333.6.0.44696664452.issue14148@psf.upfronthosting.co.za>
Content
As an alternative, maybe leave the "stuck" worker, but allow the pool
to recognise when a worker has not processed new messages for a long
period and spawn an extra worker to replace it. That would avoid the
starvation issue, and the stuck workers would die when the pool is
terminated.
History
Date User Action Args
2012-02-28 22:24:47paul.mooresetrecipients: + paul.moore, pitrou, neologix
2012-02-28 22:24:47paul.moorelinkissue14148 messages
2012-02-28 22:24:47paul.moorecreate