lots of connections stay in FIN_WAIT2 and CLOSE_WAIT

2013-07-13 Thread jinge
Hi all, We have a haproxy for our web service. We forward the tcp port 80 traffic to haproxy. And if it's not the http traffic we send it to the Internet use the option transparent. Here is the configure. ### global pidfile /var/run/haproxy.pid maxconn 20

Question about a feature that is present in Barracuda Load Balancer

2013-07-13 Thread Ali Majdzadeh
H ello List, The Barracuda load balancer has feature which enables it to recover a broken web connection. Let me explain the scenario; suppose that there exist two web servers behind the Barracuda load balancer and the user is downloading a file from one of the back-end web servers. Now, suppose th

Re: 100% cpu load....

2013-07-13 Thread Mark Janssen
On Fri, Jul 12, 2013 at 5:57 PM, Lukas Tribus wrote: > Hi Mark, > > > epoll_wait(0, {}, 200, 0) = 0 > > (repeated 10-15 times) > > A few questions: > > Can you reproduce this without the health checks? > I haven't tried yet... and can't really test this currently > Do you have the possibility

Re: 100% cpu load....

2013-07-13 Thread Mark Janssen
On Fri, Jul 12, 2013 at 5:30 PM, Tomas Pospisek wrote: > Am 11.07.2013 11:45, schrieb Mark Janssen: > > > I did see large amounts of sequential epoll_wait calls in the processes > > with 100% cpu load, and not with the other processes. > > > > epoll_wait(0, {}, 200, 0) = 0 > > (repe