Re: Can HAProxy loadbalance multiple requests send through single TCP connection

2015-09-04 Thread Prabu rajan
Hi Team, Thanks for the prompt reply, understood it is not possible with out of the box HAProxy configurations. Interested to know, is there any options/plugins available in HAProxy or any tools available to load balance those messages. To explain my query clear, We use Host to Host (HTH)

Re: Can HAProxy loadbalance multiple requests send through single TCP connection

2015-09-04 Thread Pavlos Parissis
On 04/09/2015 09:34 πμ, Prabu rajan wrote: > Hi Team, > > Thanks for the prompt reply, understood it is not possible with out of > the box HAProxy configurations. Interested to know, is there any > options/plugins available in HAProxy or any tools available to load > balance those messages. To

Re: Can HAProxy loadbalance multiple requests send through single TCP connection

2015-09-04 Thread Prabu rajan
Hi Pavlos, Thanks for your response! Cheers, Prabu On Fri, Sep 4, 2015 at 12:04 PM, Pavlos Parissis wrote: > On 04/09/2015 09:34 πμ, Prabu rajan wrote: > > Hi Team, > > > > Thanks for the prompt reply, understood it is not possible with out of > > the box HAProxy

Can HAProxy loadbalance multiple requests send through single TCP connection

2015-09-02 Thread Prabu rajan
Hi Team, Our client to HAProxy establishes single TCP connection and continues to send messages. We would like to know, is there a way to load balance those messages across the services sitting behind HAProxy. Please advise. Regards, Prabu

Re: Can HAProxy loadbalance multiple requests send through single TCP connection

2015-09-02 Thread Bryan Talbot
TCP really has no notion of "messages", it's all just bytes. So no, this would not be possible with plain TCP. -Bryan On Wed, Sep 2, 2015 at 12:05 PM, Prabu rajan wrote: > Hi Team, > > Our client to HAProxy establishes single TCP connection and continues to > send