Re: Connection limiting Sorry servers

2009-08-03 Thread Boštjan Merčun
Hi Willy. First, thank you for your answer. I really don't know why you're limiting on the number of requests per second. It is not the proper way to do this at all. In fact, you should *only* need to play with the server's maxconn parameter, as there should be no reason your servers would

Re: Connection limiting Sorry servers

2009-08-03 Thread Willy Tarreau
Hi Bostjan, On Mon, Aug 03, 2009 at 08:51:09AM +0200, Bo??tjan Mer??un wrote: I really don't know why you're limiting on the number of requests per second. It is not the proper way to do this at all. In fact, you should *only* need to play with the server's maxconn parameter, as there

Question about TCP balancing

2009-08-03 Thread Dmitry Sivachenko
Hello! I am trying to setup haproxy 1.3.19 to use it as TCP load balancer. Relevant portion of config looks like: listen test 0.0.0.0:17000 mode tcp balance roundrobin server srv1 srv1:17100 check inter 2 server srv2 srv2:17100 check inter 2

Re: Question about TCP balancing

2009-08-03 Thread Willy Tarreau
Hello Dmitry, On Mon, Aug 03, 2009 at 02:24:47PM +0400, Dmitry Sivachenko wrote: Hello! I am trying to setup haproxy 1.3.19 to use it as TCP load balancer. Relevant portion of config looks like: listen test 0.0.0.0:17000 mode tcp balance roundrobin server