You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dean Gaudet <dg...@arctic.org> on 1999/01/03 18:10:26 UTC

re: alarm(0)

Another solution which doesn't cost per-connection is to install a SIGALRM
handler which handles the alarm and does nothing.  Then change the parent
to use SIGUSR2 instead of SIGALRM for OPTIMIZE_TIMEOUTS.

Notice we don't do anything about restoring signal handlers though.  I
still claim that it's not our responsibility to clean up after broken
modules/libraries. 

Dean