Re: [users@httpd] mod_proxy_ajp and mod_proxy_balancer - load balancing problem

2012-06-13 Thread Bongjae Chang
different after 2 hours(maybe logout) if the first user loop's load is not fair. If I've guessed correctly, the balancing will be fairer if users log out in a short period of time or the first user loop's load is fairer among 8 jboss instances. That's just my opinion. Thanks. Regards, Bongjae

Re: [users@httpd] CLOSE_WAIT problem

2012-05-24 Thread Bongjae Chang
and old backend server will be shut down 4. Then all old backend connections(i.g 8080 backend port) will become to be CLOSE_WAIT state for long time. At this case, I would like to know Apache can also clean up 8080 ports of CLOSE_WAIT state. Thanks in advance! Regards, Bongjae Chang On Thu, May

Re: [users@httpd] CLOSE_WAIT problem

2012-05-24 Thread Bongjae Chang
Hi Igor, Right. Maybe I can eliminate them as os params. But, I agree the following contents(It is not a TCP tuning issue) about CLOSE_WAIT. http://www.sunmanagers.org/pipermail/summaries/2006-January/007068.html But, thank you again for your information! Thanks. Regards, Bongjae Chang From

[users@httpd] CLOSE_WAIT problem

2012-05-23 Thread Bongjae Chang
version: 2.4.2 backend java server: grizzly http/ajp, playframework(maybe it uses netty) os: httpd(Linux 2.6.18 x86_64), backend server(MacOs) -- Regards, Bongjae Chang