Re: Re-checking disk cache

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 17 Oct 2000 13:10:44 +0200

Andres Kroonmaa wrote:

> squid under linux threads moves signals to overcome this:
> #ifdef _SQUID_LINUX_THREADS_
> opt_send_signal = SIGQUIT;
> #else
> opt_send_signal = SIGUSR1;
> #endif
> else if (!strncmp(optarg, "debug", strlen(optarg)))
> #ifdef _SQUID_LINUX_THREADS_
> opt_send_signal = SIGTRAP;
> #else
> opt_send_signal = SIGUSR2;
> #endif

And even this is history on recent (all glibc versions I think) linux
threads versions where RT signals are used for all thread operations
instead of overloading USR1/USR2.

/Henrik
Received on Tue Oct 17 2000 - 05:14:42 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:12:49 MST