RE: [Dbmail] TIME_WAIT processes

2005-07-01 Thread Niblett, David A
ville Regional Utilities | Web: http://www.gru.net/ -Original Message- From: David Young [mailto:[EMAIL PROTECTED] Sent: Friday, July 01, 2005 12:29 PM To: DBMail mailinglist Subject: Re: [Dbmail] TIME_WAIT processes David, how did you verify that the connections are from DBMAIL? The r

Re: [Dbmail] TIME_WAIT processes

2005-07-01 Thread David Young
WAITs. Just curious if maybe you're seeing those TIME_WAITS from the mailer. David - Original Message - From: "Niblett, David A" <[EMAIL PROTECTED]> To: "'DBMail mailinglist'" Sent: Friday, July 01, 2005 9:02 AM Subject: RE: [Dbmail] TIME

RE: [Dbmail] TIME_WAIT processes

2005-07-01 Thread Niblett, David A
Regional Utilities | Web: http://www.gru.net/ -Original Message- From: Micah [mailto:[EMAIL PROTECTED] Sent: Friday, July 01, 2005 11:48 AM To: DBMail mailinglist Subject: Re: [Dbmail] TIME_WAIT processes Sounds like each child gets a persistant connection to the database to reduce overhead

Re: [Dbmail] TIME_WAIT processes

2005-07-01 Thread Micah
Sounds like each child gets a persistant connection to the database to reduce overhead during client connections. The number of waiting connections is equal to the amount of child processes, no? -Micha Niblett, David A wrote: I've noticed that when I start dbmail-X there always seem to be a

[Dbmail] TIME_WAIT processes

2005-07-01 Thread Niblett, David A
I've noticed that when I start dbmail-X there always seem to be a large number of TIME_WAIT connections reported by netstat. All of these connections are going to my postgres database. For example, I only have IMAP running, with the following: NCHILDREN=5 MAXCHILDREN=20 MINSPARECHILDREN=2 MAXSP