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

From Greg Stark
Subject Re: Clients disconnect but query still runs
Date
Msg-id 407d949e0907300730m7d78783kf9e448d1468fc440@mail.gmail.com
Whole thread Raw
In response to Re: Clients disconnect but query still runs  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Thu, Jul 30, 2009 at 3:20 PM, Tom Lane<tgl@sss.pgh.pa.us> wrote:
>
> The earlier part of the discussion was focused on getting the kernel
> to actively tell us when the connection had dropped.  That would be
> workable if we found a way to request it, but I think we'd run out of
> options :-(

Yeah, everything I've found on SIGIO indicates it would fire whenever
the socket was readable which isn't what we want. Does anyone have a
pointer for a full documentation on how to use it?

--
greg
http://mit.edu/~gsstark/resume.pdf

pgsql-general by date:

Previous
From: Josh Kupershmidt
Date:
Subject: Re: PG equivalent of "mysqlhotcopy"?
Next
From: Tom Lane
Date:
Subject: Re: PostgreSQL server listen on other port than 5432