How to synchronize multiple proccess in c through basic signal handling

Posted by atreyu on Stack Overflow See other posts from Stack Overflow or by atreyu
Published on 2010-05-04T05:43:04Z Indexed on 2010/05/04 5:48 UTC
Read the original article Hit count: 163

Filed under:
|
|
|

Hi, people. For a academic exercise i have to implement a program in c for nix platform which is to synchronize multiple processes through signal handling, using only signal,pause,kill and fork basic functions. I searched google and have not found any clear example: I hope the wisdom of one of you will light my way. Thanks!

© Stack Overflow or respective owner

Related posts about c

    Related posts about concurrency