Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Using signals in multithreaded programs
Question,
I have one main thread handling the signal SIGINT, and a second thread doing some Pro*C oracle access. The main threads stops the second thread (after receiving a signal), but it not always works (the handler does not get called). Sometimes it works, sometimes not. It looks like Oracle Pro*C has his own signal handler. Is there anyway i can bypass this problem ?
thanks in advance, Jeroen Received on Mon May 28 2001 - 13:48:23 CDT
![]() |
![]() |