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
..
2011-03-15 14:38:35 -04:00
2011-08-22 16:40:44 +02:00
2010-04-22 19:41:29 +02:00
2011-09-12 17:15:45 +02:00
2011-08-22 16:43:15 +02:00