in reply to Win32 signals between parent/child
If you have an application where your child is simply waiting you could use a socketpair instead of a signal. Not only is it probably safer it is much more robust, and allows to to send info back and forth between the two.
Obviously it doesn't help when you want to interrupt something, but often that is not necessary.
|
|---|