in reply to Re^5: using $SIG as an IPC interrupt?
in thread using $SIG as an IPC interrupt?

Thanks. Do you by any chance have an example for how to generate the SIGUSR signal from the c program?

Replies are listed 'Best First'.
Re^7: using $SIG as an IPC interrupt?
by moritz (Cardinal) on Aug 21, 2008 at 18:56 UTC
    man 2 kill should help.