Re: TCP traffic multiplexing as balance algorithm?

2009-05-13 Thread Maik Broemme
Hi, Willy Tarreau w...@1wt.eu wrote: Hi Maik, On Tue, May 12, 2009 at 01:57:47AM +0200, Maik Broemme wrote: Hi, I have a small question. Did someone know if it is possible to do simple traffic multiplexing with HAProxy? Maybe I am missing it somehow, but want to ask on the list

Re: TCP traffic multiplexing as balance algorithm?

2009-05-13 Thread Benoit
Maik Broemme a écrit : Hi, Multiplex means traffic duplication. If you have multiple server configuration options in one listen group, the incoming traffic is sent to all servers. Hum, i'm sorry but no, multiplexing is not duplication. In fact it's more like the opposite, it's the

Re: TCP traffic multiplexing as balance algorithm?

2009-05-13 Thread Maik Broemme
Hi, Benoit max.maver...@maverick.eu.org wrote: Maik Broemme a écrit : Hi, Multiplex means traffic duplication. If you have multiple server configuration options in one listen group, the incoming traffic is sent to all servers. Hum, i'm sorry but no, multiplexing is not

Re: TCP traffic multiplexing as balance algorithm?

2009-05-13 Thread Michael Miller
Hi, In your specific case of testing SMTP servers there is a sendmail milter to do what you want: http://www.snertsoft.com/sendmail/roundhouse/ I do not believe that what you are trying to achieve is possible at the TCP level. haproxy does not have any idea of the application protocol (eg: SMTP)

Re: TCP traffic multiplexing as balance algorithm?

2009-05-12 Thread Willy Tarreau
Hi Maik, On Tue, May 12, 2009 at 01:57:47AM +0200, Maik Broemme wrote: Hi, I have a small question. Did someone know if it is possible to do simple traffic multiplexing with HAProxy? Maybe I am missing it somehow, but want to ask on the list before creating a patch for it. what do you call

TCP traffic multiplexing as balance algorithm?

2009-05-11 Thread Maik Broemme
Hi, I have a small question. Did someone know if it is possible to do simple traffic multiplexing with HAProxy? Maybe I am missing it somehow, but want to ask on the list before creating a patch for it. Just to answer the real-world scenario question. TCP multiplexing can be very useful for