|
Home > Archive > Unix Programming > November 2004 > need some quick help!
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
need some quick help!
|
|
| Jimmie 2004-11-30, 2:47 am |
| HI all,
I need to write a program that has the child handle the signals, on
the parents behalf. The child would then notify the parent at the
parents convenience, then execute part of the parents code. I have to
write this program without using sigblock, and it is only has to
anticipate CNTRL-C, nothing else.
Jimi
| |
| Grumble 2004-11-30, 2:47 am |
| Jimmie wrote:
> I need to write a program that has the child handle the signals, on
> the parents behalf. The child would then notify the parent at the
> parents convenience, then execute part of the parents code. I have to
> write this program without using sigblock, and it is only has to
> anticipate CNTRL-C, nothing else.
Wow! It seems even schoolwork is outsourced these days...
| |
| Martin Blume 2004-11-30, 7:43 pm |
| "Grumble" schrieb
> Jimmie wrote:
>
>
> Wow! It seems even schoolwork is outsourced
> these days...
But there is at least a real challenge in it:
> and it [...] only has to anticipate CNTRL-C, ...
^^^^^^^^^^ !!!
Have fun ...
Martin
|
|
|
|
|