Randall Leeds 4633d1aad9 keep graceful shutdown from interrupting workers
When the signal.siginterrupt call is available it can be used to make
interrupted system calls (errno == EINTR) retry transparently whenever
they have not caused any side effects yet (e.g. no data read/written).
It should make shutdown more graceful.

Patch by Jonas Borgström
2011-09-15 16:20:06 -07:00
..
2010-04-15 20:08:28 -04:00
2011-05-11 23:11:03 +02:00
2011-06-06 06:34:14 -04:00
2011-09-09 02:16:03 +02:00