Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Using signals in multithreaded programs

Using signals in multithreaded programs

From: Jeroen <jeroenthuis_at_gmx.net>
Date: Mon, 28 May 2001 20:48:23 +0200
Message-ID: <9eu6d9$1rm1$1@scavenger.euro.net>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US