Triggering Signal Handler For I/O.
- by Ohanes Dadian
Using C on Linux, how would I go about triggering a signal handler every time I write data to a buffer using the write() function. The handler will be reading all data written to the buffer at the time of execution.