Re: Feature freeze date for 8.1 - Mailing list pgsql-hackers

From Rob Butler
Subject Re: Feature freeze date for 8.1
Date
Msg-id 20050502192933.43372.qmail@web54010.mail.yahoo.com
Whole thread Raw
In response to Feature freeze date for 8.1  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Feature freeze date for 8.1  (Bruno Wolff III <bruno@wolff.to>)
List pgsql-hackers
 
> One way to handle this is to have an option, set by
> the client, that
> causes the server to send some ignorable message
> after a given period
> of time idle while waiting for the client. If the
> idleness was due to
> network partitioning or similar failure, then this
> ensures that the
> connection breaks within a known time. This is safer
> than simply having
> the backend abort after a given idle period.

Another option is to have the client driver send some
ignorable message instead of the server.  If the
server doesn't get a message every timeout
minutes/seconds + slop factor, then it drops the
connection.  So libpq, JDBC, .net etc would all have
to have this implemented, but the changes to the
server would probably be simpler this way, wouldn't they?

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


pgsql-hackers by date:

Previous
From: Robert Treat
Date:
Subject: Re: [pgsql-advocacy] Decision Process WAS: Increased company involvement
Next
From: "Marc G. Fournier"
Date:
Subject: Re: [pgsql-advocacy] Increased company involvement