Hello!
I’m a newbie with UNIX like OSs programming and I can’t understand what
exactly is a signal.
I saw that a signal is kind of software interrupt. Is it true?
If this is a software interrupt, what is the signification of sending a
signal to a thread?
Does it mean that the interrupt handler will execute in that thread context?
Do you know good tutorials or web sites dealing with signals behavior?
Thanks!