Re: [users@httpd] CLOSE_WAIT problem

2012-05-24 Thread Bongjae Chang
gjae Chang From: Igor Cicimov Reply-To: Date: Friday, May 25, 2012 7:32 AM To: Subject: Re: [users@httpd] CLOSE_WAIT problem You can reduce the time on OS level if you want by tuning the tcp stack. On May 25, 2012 3:00 AM, "Bongjae Chang" wrote: > Hi Eric, > Thank you for q

Re: [users@httpd] CLOSE_WAIT problem

2012-05-24 Thread Igor Cicimov
You can reduce the time on OS level if you want by tuning the tcp stack. On May 25, 2012 3:00 AM, "Bongjae Chang" wrote: > Hi Eric, > Thank you for quick reply. > > You mean if Apache picks up the closed conn and tries to do some I/O > operations like writing, Apache will failover the conn(with

Re: [users@httpd] CLOSE_WAIT problem

2012-05-24 Thread Bongjae Chang
Hi Eric, Thank you for quick reply. You mean if Apache picks up the closed conn and tries to do some I/O operations like writing, Apache will failover the conn(with closing the conn and creating/reusing new conn). So CLOSE_WAIT may be normal in this case, right? IMHO, as soon as connections are c

Re: [users@httpd] CLOSE_WAIT problem

2012-05-24 Thread Eric Covener
Backend connections sit in close_wait until Apache tries to reuse them. What problem does it cause? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org