This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [CYGWIN] Re: SIGTERM does not stop backend postgres processes immediately


On Mon, May 14, 2001 at 12:05:05PM +0900, Hiroshi Inoue wrote:
>Christopher Faylor wrote:
>>On Wed, May 09, 2001 at 02:26:29PM -0400, Jason Tishler wrote:
>>>>I know from inserting printfs into the backend code that the SIGTERM
>>>>signal handler function is not being called right after the stop
>>>>request.  Rather, it is called only after the backend gets some data
>>>>over its input socket connection, from that "\d" in did in pg_ctl in
>>>>this case.  It seems that the recv() call deep in the backend code does
>>>>not get interrupted by the SIGTERM.
>
>How about inserting a select() call before the recv() ?  Cygwin's
>select() is interruptible AFAIK.

That would be the "workaround" that I kept mentioning previously.  It
relies on polling and that is a something I'd rather avoid, if possible.

cgf

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]