Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Sending data to pipe in signal handler ???
Wolfgang.Rothmayer_at_bmw.de wrote:
> Hi there,
>
> What is the correct way to terminate a UNIX process listening to an
> ORACLE pipe in a while loop ?
>
What we have done is sending a stop package (could be -ve number or"StOp") instead of the normal value to indicate quitting time.
> We tried to install a signal handler which sends a special message to
> the while loop to terminate the process, but doing so causes the
> progam to hang up.
>
> Is it OK just to kill the process without any synchronization for the
> ORACLE pipe ?
>
> Any input is greatly appreciated.
>
> So long,
> Wolfgang.
Received on Fri Jul 31 1998 - 16:55:01 CDT
![]() |
![]() |