Re: dangling connections - Mailing list pgsql-admin

From Daryl Stultz
Subject Re: dangling connections
Date
Msg-id CANYnOKQSS_0F6hd9-mEGU-BZi2zyVNicShJOXJqmXtTGwx2YPw@mail.gmail.com
Whole thread Raw
In response to Re: dangling connections  (Sergey Konoplev <gray.ru@gmail.com>)
Responses Re: dangling connections
List pgsql-admin


On Tue, May 15, 2012 at 3:31 AM, Sergey Konoplev <gray.ru@gmail.com> wrote:
Try to do

select client_addr, client_port from pg_stat_activity;

after shutting down the Tomcat and find out what holds the <client_port> on
the <client_addr>

[user@<client_addr> ~]$ sudo netstat -pnao | grep <client_port>

The second column from the right will be the process pid.


Thanks, I currently believe the client side does not hold the connection, but I'll file this away for the next time it happens and I should have a better picture. 

--
Daryl Stultz
_____________________________________
6 Degrees Software and Consulting, Inc.
http://www.6degrees.com
http://www.opentempo.com
mailto:daryl.stultz@opentempo.com

pgsql-admin by date:

Previous
From: Sergey Konoplev
Date:
Subject: Re: dangling connections
Next
From: Daryl Stultz
Date:
Subject: Re: dangling connections