SIGALRM available?

Is SIGALRM (on Linux) available for a Ruby app to redefine, or is it
used internally by Ruby (or some very often used libraries)?

Guillaume.

Hi,

···

In message "Re: SIGALRM available?" on Tue, 15 Feb 2005 05:00:03 +0900, Guillaume Marcais <guslist@free.fr> writes:

Is SIGALRM (on Linux) available for a Ruby app to redefine, or is it
used internally by Ruby (or some very often used libraries)?

You can use SIGALRM. SIGVTALRM is reserved for threads.

              matz.

Hi,

>Is SIGALRM (on Linux) available for a Ruby app to redefine, or is it
>used internally by Ruby (or some very often used libraries)?

You can use SIGALRM. SIGVTALRM is reserved for threads.

Great, thanks.

Guillaume.

···

On Tue, 2005-02-15 at 08:59 +0900, Yukihiro Matsumoto wrote:

In message "Re: SIGALRM available?" > on Tue, 15 Feb 2005 05:00:03 +0900, Guillaume Marcais <guslist@free.fr> writes:

              matz.