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 -> Re: Using signals in multithreaded programs

Re: Using signals in multithreaded programs

From: Spencer <spencerp_at_swbell.net>
Date: Mon, 28 May 2001 14:11:54 -0500
Message-ID: <uoxQ6.84$Dt3.72367@nnrp3.sbc.net>

metalink has a couple of notes that discuss signal handling for Pro*C programs, e.g.

Doc ID: Note:66510.1
Subject: Program Illustrating Signal Handling in SQL*Net & Interaction w/ User Handlers

"Jeroen" <jeroenthuis_at_gmx.net> wrote in message news:9eu6d9$1rm1$1_at_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 - 14:11:54 CDT

Original text of this message

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