in reply to How to create private signals? (or block interruption)

See: Signals.   And for user defined signals you can use SIGUSR1 and SIGUSR2.

  • Comment on Re: How to create private signals? (or block interruption)

Replies are listed 'Best First'.
Re^2: How to create private signals? (or block interruption)
by rapide (Beadle) on Sep 01, 2008 at 19:53 UTC

    Thank you for your answer.
    Unfortunately I did not find any help on that page. It's written that
    Not all platforms automatically reinstall their (native) signal handlers after a signal delivery. This means that the handler works only the first time the signal is sent. The solution to this problem is to use POSIX signal handlers if available, their behaviour is well-defined.

    But the attached example did not work any better. Same problem and error :/