Results 1 to 1 of 1
Hi,
I created a process which may accept five signals. As per the requirements of the application, all are to be handled by a single function(of course the handler).
but ...
- 11-13-2009 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 0
[SOLVED] Ambiguity with Signal Handler
Hi,
I created a process which may accept five signals. As per the requirements of the application, all are to be handled by a single function(of course the handler).
but there is a great possibility for the occurance of any other signal while the handler is being executed for the signal came just before
(or)
the handler may call some routines which will raise signals to the current thread.
finally the result is uncertain.
somebody please tell me what care should i take in the handler to handle all the signals without any loss. . .
Regards,
Srinivas



