Re: - Mailing list pgsql-general

From John R Pierce
Subject Re:
Date
Msg-id 5589A1FF.3010507@hogranch.com
Whole thread Raw
In response to  (Bruno Hass de Andrade <brunohass2303@gmail.com>)
List 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

pgsql-general by date:

Previous
From: Bruno Hass de Andrade
Date:
Subject:
Next
From: Andres Freund
Date:
Subject: Re: cascading replication and replication slots.