Triggering Signal Handler For I/O.
Posted
by Ohanes Dadian
on Stack Overflow
See other posts from Stack Overflow
or by Ohanes Dadian
Published on 2010-03-29T17:46:08Z
Indexed on
2010/03/29
18:03 UTC
Read the original article
Hit count: 299
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.
© Stack Overflow or respective owner