Re: Re: SIGTERM does not stop backend postgres processes immediately

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: Fred Yankowski <fred(at)ontosys(dot)com>, pgsql-cygwin(at)postgresql(dot)org
Cc: cygwin(at)cygwin(dot)com, Christopher Faylor <cgf(at)redhat(dot)com>
Subject: Re: Re: SIGTERM does not stop backend postgres processes immediately
Date: 2001-05-14 03:05:05
Message-ID: 3AFF4B61.39A0B754@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

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.

regards,
Hiroshi Inoue

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Henshall, Stuart - WCP 2001-05-14 09:03:31 RE: C compiler cannot create executables [FROM pgsql-ports]
Previous Message Jason Tishler 2001-05-12 01:14:03 Re: Postgres server on Windows 98