Re:

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re:
Date: 2015-06-23 18:14:23
Message-ID: 5589A1FF.3010507@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 6/23/2015 10:58 AM, Bruno Hass de Andrade wrote:
> *I really don't know what is happening, why postgres hang and didn't
> close the connections. This django web interface is used only for
> management and viewing logs, most server have two users only.*
> *
> *
> *I've sent this email just to know if one of yours have seen this, or
> something like this, before.*

use lsof or equivalent to determine what process owns the other side of
the socket that one of those processes is listening on. my guess is,
you're not releasing resources in django and they are piling up.

--
john r pierce, recycling bits in santa cruz

In response to

  • at 2015-06-23 17:58:58 from Bruno Hass de Andrade

Browse pgsql-general by date

  From Date Subject
Next Message Andres Freund 2015-06-23 18:34:30 Re: cascading replication and replication slots.
Previous Message Bruno Hass de Andrade 2015-06-23 17:58:58