Click to See Complete Forum and Search --> : Signal handling


ankursaxena
May 2nd, 2003, 03:13 PM
Hi! I was actually wanted to refresh my knowledge on signal handling, is there a good tutorial, or a good book that i can find which would allow me to do this. I did signal handling in a OS class couple of years back, never used it so, i am rusty but just wanted to see how useful ,it can be in anything i might be doing from now on.

Thanks a lot.

Ankur

kakalake
May 3rd, 2003, 04:57 AM
Signal handling under which OS?

Under Linux take a look at:
man 3 signal
or
man 2 sigaction

If you are using Vc++ take a look at the:
Process and Environment Control
there you can find something about signal