The new pselect() system call
Posted Mar 30, 2006 15:39 UTC (Thu) by
clugstj (subscriber, #4020)
Parent article:
The new pselect() system call
I don't understand why people want to use signals in their programs. They are a race condition nightmare to manage in combination with threads. I have always (20 years of experience) been able to rewrite programs to avoid signal usage except in the case of fatal error conditions.
(
Log in to post comments)