Various notes, all about Python
Posted Sep 7, 2006 8:38 UTC (Thu) by
pphaneuf (subscriber, #23480)
Parent article:
Various notes, all about Python
Polling every 100 millisecond for a signal is truly appalling, as this problem has been solved a long time ago (write a byte to a pipe in the signal handler, putting the other end in the select() interest set). Now, please, stop waking up my computer.
(
Log in to post comments)