Re: How does server handle clients that disconnect ungracefully?

From: Jeff Lanzarotta <delux256-postgresql(at)yahoo(dot)com>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: PostgreSQL GENERAL List <pgsql-general(at)postgresql(dot)org>
Subject: Re: How does server handle clients that disconnect ungracefully?
Date: 2007-04-24 14:16:38
Message-ID: 592925.70180.qm@web36809.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

OK, that is what the other fellow said... It depends on the TCP/IP
stack...

Thanks again for the clarification.

--- Magnus Hagander <magnus(at)hagander(dot)net> wrote:

> On Tue, Apr 24, 2007 at 06:55:12AM -0700, Jeff Lanzarotta wrote:
> > OK, thanks. I figured the server would at some point in time clear
> the
> > connection up, my question now is when does that happen? Any idea
> how
> > long the connection sit around before the server cleans it up?
> Someone
> > else said possibly an hour...
>
> Depends on yuor OS - when the TCP connection times out, PostgreSQL
> will
> clean up and terminate the backup.
>
> //Magnus
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 6: explain analyze is your friend
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2007-04-24 14:32:51 Re: Problem Backing Up a DB
Previous Message Kevin Murphy 2007-04-24 14:12:51 Re: Building PG 8.2.3 for x86_64 on Mac OS X 10.4.9