Hi Aleks,
On Sun, Nov 18, 2007 at 11:46:21AM +0100, Aleksandar Lazic wrote:
> Hi,
>
> I have thought a little bit about the keepalive, we spoken in the past
> and have asked me:
>
> Do you plan to have connection pools to the backends with keepalive
> timeouts?
>
> What I mean is:
>
> n clients connects to haproxy
> haproxy connects to n backends
> the clients close the connections but haproxy keep the connection to the
> backends up until keepalive time is over.
>
> As far as I have understand haproxy have a connection-pool handling
> since 1.2.13/.14 (maxconn/minconn) ;-)
Yes, I really want to implement this because there are requests from heavy technology users (java, ruby, etc...) for whom establishing a connection costs a lot (while it's ridiculously cheap on standard technos). You may remember the diagram which was/is somewhere in a "keepalive" directory on my site, where there was a distinction between request and session. There was also a connection handle for a server, which could be reused for other connections.
I think that will require a lot of work however, but it will eventually work.
Cheers,
Willy
Received on 2007/11/19 11:56
This archive was generated by hypermail 2.2.0 : 2007/11/19 12:45 CET