Re: Clients disconnect but query still runs - Mailing list pgsql-general

From Tom Lane
Subject Re: Clients disconnect but query still runs
Date
Msg-id 17438.1248877073@sss.pgh.pa.us
Whole thread Raw
In response to Re: Clients disconnect but query still runs  (Greg Stark <gsstark@mit.edu>)
Responses Re: Clients disconnect but query still runs
List pgsql-general
Greg Stark <gsstark@mit.edu> writes:
> On Wed, Jul 29, 2009 at 1:58 PM, Jasen Betts<jasen@xnet.co.nz> wrote:
>> can't coerce a signal from the network stack? the linux socket(2)
>> manpage is full of promise (SIGPIPE, SIGURG, SIGIO)

> SIGIO on the other hand looks like exactly what we would need. I'm not
> sure if it can be set to fire a signal only when the connection is
> disconnected and not for other state changes but if so it would be
> interesting.

And the other question is how much of what you read in the Linux manpage
is portable to any other system...

            regards, tom lane

pgsql-general by date:

Previous
From: Sam Mason
Date:
Subject: Re: Clients disconnect but query still runs
Next
From: Emanuel Calvo Franco
Date:
Subject: Problems compiling contribs in Open Solaris