Message132012
| Author | pitrou |
|---|---|
| Recipients | bquinlan, gregory.p.smith, jyasskin, pitrou, python-dev, stutzbach |
| Date | 2011-03-24.18:34:27 |
| SpamBayes Score | 0.05245029 |
| Marked as misclassified | No |
| Message-id | <1300991668.57.0.937710193563.issue11635@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
After studying the multiprocessing code, it turns out that Queue.get() with a timeout does its own rather high-frequency polling under Windows (see Modules/_multiprocessing/pipe_connection.c). Therefore, here is an updated patch which doesn't have a security timeout at all. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-03-24 18:34:28 | pitrou | set | recipients: + pitrou, gregory.p.smith, bquinlan, jyasskin, stutzbach, python-dev |
| 2011-03-24 18:34:28 | pitrou | set | messageid: <1300991668.57.0.937710193563.issue11635@psf.upfronthosting.co.za> |
| 2011-03-24 18:34:28 | pitrou | link | issue11635 messages |
| 2011-03-24 18:34:28 | pitrou | create | |