Re: strange behavior with version 1.4.22

2013-03-12 Thread Saul Waizer
Hey Lukas, Indeed this is an AWS instance, its a custom AMI, the interesting thing about this is that the image has been cloned many times for different deployments and none of the other ones have experienced this, some are actually running with a ton of traffic through them. Today I prepared a

Re: strange behavior with version 1.4.22

2013-03-11 Thread Saul Waizer
, Saul Waizer wrote: Hello List, I am experiencing some erratic behavior on 2 fresh installs (V 1.4.22) that I've never seen before. Basically the haproxy is taking 100% of cpu, there is nothing running on the box and there is no traffic going through it, yet the load average is 8

Re: strange behavior with version 1.4.22

2013-03-11 Thread Saul Waizer
, [5854207880927903872]) = -1 EINVAL (Invalid argument) 17:56:26.909711 epoll_wait(0, {{EPOLLHUP, {u32=4, u64=4}}}, 7, 1000) = 1 On Mon, Mar 11, 2013 at 5:53 PM, Willy Tarreau w...@1wt.eu wrote: Hi Saul, On Mon, Mar 11, 2013 at 05:29:10PM -0400, Saul Waizer wrote: Absolutley, here is the config

path_beg routing question

2013-02-02 Thread Saul Waizer
Hello list, I am working on routing an upload module that my application uses to a new backend, it seems simple enough but I would like to get some feedback. The application uri looks like this: My.app.com/upload?id=123morestuff=haproxy+is+awesome This is the config I have in mind: acl

Re: major performance decrease in total throughput with HAproxy 1.4.20

2012-08-16 Thread Saul Waizer
at 02:43:57PM -0400, Saul Waizer wrote: Hey list, I am having a strange issue with my latest implementation of HAproxy. I have 2 openAM servers (tomcat) behind my haproxy box running version 1.4.20 on Ubuntu 10 X_86, all properly configured to be behind a load balancer. I used Jmeter

Re: major performance decrease in total throughput with HAproxy 1.4.20

2012-08-16 Thread Saul Waizer
Well, it turns out it was the option httpclose that was set on the defaults I commented out both httpclose and http-server-close and I got the desired throughput, 2k+ req/sec, then I enabled http-server-close and ran the test again and still got the desired throughput, enabling httpclose made it

major performance decrease in total throughput with HAproxy 1.4.20

2012-08-15 Thread Saul Waizer
Hey list, I am having a strange issue with my latest implementation of HAproxy. I have 2 openAM servers (tomcat) behind my haproxy box running version 1.4.20 on Ubuntu 10 X_86, all properly configured to be behind a load balancer. I used Jmeter to test the openAM servers individually and both