Message196634
> All the event loops I'm familiar with (twisted, tornado and asyncore)
> just 'return' on EINTR, supposedly because that was the best
> compromise to support syscall interruption without forcing users to
> handle EINTR themselves.
What do you mean? Tornado simply retries on EINTR:
https://github.com/facebook/tornado/blob/master/tornado/ioloop.py#L652 |
|
Date |
User |
Action |
Args |
2013-08-31 12:26:00 | pitrou | set | recipients:
+ pitrou, gvanrossum, vstinner, giampaolo.rodola, christian.heimes, meador.inge, neologix, rosslagerwall, sbt, felipecruz |
2013-08-31 12:26:00 | pitrou | link | issue16853 messages |
2013-08-31 12:26:00 | pitrou | create | |
|