in reply to using $SIG as an IPC interrupt?
For sending simple messages between cooperating processes, you could use semaphores. They're somewhat more robust than signals, and are specifically designed for coordinating access to shared resources (such as a file or shared memory).
|
|---|