Message102690
| Author | spiv |
|---|---|
| Recipients | Yaniv.Aknin, exarkun, gregory.p.smith, neologix, nvetoshkin, pitrou, spiv |
| Date | 2010-04-09.07:01:06 |
| SpamBayes Score | 0.021989807 |
| Marked as misclassified | No |
| Message-id | <1270796467.95.0.917907967609.issue7978@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Note that a trivial untilConcludes isn't correct for select if a timeout was passed. If a select(..., 60) was interrupted after 59 seconds, you probably want to restart it with a timeout of 1 second, not 60. The SocketServer_eintr.diff patch has this flaw. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-04-09 07:01:08 | spiv | set | recipients: + spiv, gregory.p.smith, exarkun, pitrou, nvetoshkin, neologix, Yaniv.Aknin |
| 2010-04-09 07:01:07 | spiv | set | messageid: <1270796467.95.0.917907967609.issue7978@psf.upfronthosting.co.za> |
| 2010-04-09 07:01:06 | spiv | link | issue7978 messages |
| 2010-04-09 07:01:06 | spiv | create | |