Message102690
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. |
|
| 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: <[email protected]> |
| 2010-04-09 07:01:06 | spiv | link | issue7978 messages |
| 2010-04-09 07:01:06 | spiv | create | |
|