Re: Getting statistic through socket in multiprocess configuration

2013-06-03 Thread Avatar
Maybe it is some kind of work out though it's definetly not full satisfaction. I still hope you'll be able to handle this issue in close time. Thanks. On Sat, Jun 1, 2013 at 3:07 AM, Baptiste bed...@gmail.com wrote: Hi, You can startup multiple HAProxy processes... Or you can also try this

Brothersoft - Software Download Report

2013-06-03 Thread Brothersoft
Title: Software Download Report Brothersoft Software Download Report Hi, We will send you the statistics reports of your top 5 download amount

Multiprocess stats?

2013-06-03 Thread Stephanie Jackson
Hello, We're currently using haproxy with 8 processes. Is there any way to get combined stats for all processes? If not, what's the best way to get the stats out of haproxy? Is there a way to set it up to report on each process and combine them outside of haproxy? Thanks!

[no subject]

2013-06-03 Thread Ali Majdzadeh
subscribe

Question about HTTP load balancing using HAProxy

2013-06-03 Thread Ali Majdzadeh
Hello All, I am totally new to HAProxy. What I am looking for is a solution for HTTP load balancing and according to what I have read about HAProxy, I think this is the right choice. Concerning HTTP, HAProxy is session-aware. Does this mean that all the requests initiated from a specific client

Re: Question about HTTP load balancing using HAProxy

2013-06-03 Thread Thomas Heil
Hi On 03.06.2013 23:36, Ali Majdzadeh wrote: Hello All, I am totally new to HAProxy. What I am looking for is a solution for HTTP load balancing and according to what I have read about HAProxy, I think this is the right choice. There are a lot of cases where haproxy is fine. Concerning HTTP,

Re: Question about HTTP load balancing using HAProxy

2013-06-03 Thread Jonathan Matthews
On 3 June 2013 22:36, Ali Majdzadeh ali.majdza...@gmail.com wrote: Hello All, I am totally new to HAProxy. What I am looking for is a solution for HTTP load balancing and according to what I have read about HAProxy, I think this is the right choice. Hi Ali. I've found HAProxy to be a

Re: Question about HTTP load balancing using HAProxy

2013-06-03 Thread Ali Majdzadeh
Thomas, Jonathan Thanks for your responses. Well, the problem I currently face, supposing that I am using the correct terminology, is how to maintain a failed HTTP request; (For example, a file download request). Do you aware of any solutions regarding this issue? What is your suggested plan in

Re: Question about HTTP load balancing using HAProxy

2013-06-03 Thread Jonathan Matthews
On 3 June 2013 23:19, Ali Majdzadeh ali.majdza...@gmail.com wrote: Thomas, Jonathan Thanks for your responses. Well, the problem I currently face, supposing that I am using the correct terminology, is how to maintain a failed HTTP request; (For example, a file download request). Do you

RE: Question about HTTP load balancing using HAProxy

2013-06-03 Thread Lukas Tribus
Hi Ali, Now, what happens if the first web server dies whilst the file is being downloaded? The download is interrupted. If the client uses a smart user-agent, like a recent browser, a download manager or wget, then it will reconnect and download from the other backend server. What HAProxy