Re: keep-alive on server side

2014-06-23 Thread Jie Jin
Nginx has this feature: connection pool http://nginx.com/blog/load-balancing-with-nginx-plus-part2/ 谢谢 金杰 (Jie Jin) On Fri, Jun 20, 2014 at 6:38 PM, Lukas Tribus luky...@hotmail.com wrote: Hi, Is it possible to use HTTP keep-alive between haproxy and backend even if client does not use

Re: keep-alive on server side

2014-06-23 Thread Willy Tarreau
Hi, On Fri, Jun 20, 2014 at 12:38:48PM +0200, Lukas Tribus wrote: Hi, Is it possible to use HTTP keep-alive between haproxy and backend even if client does not use it? Client closes connection, but haproxy still maintains open connection to backend (based on some timeout) and re-use

keep-alive on server side

2014-06-20 Thread Dmitry Sivachenko
Hello! Is it possible to use HTTP keep-alive between haproxy and backend even if client does not use it? Client closes connection, but haproxy still maintains open connection to backend (based on some timeout) and re-use it when new request arrives. It will save some time for new connection

RE: keep-alive on server side

2014-06-20 Thread Lukas Tribus
Hi, Is it possible to use HTTP keep-alive between haproxy and backend even if client does not use it? Client closes connection, but haproxy still maintains open connection to backend (based on some timeout) and re-use it when new request arrives. It will save some time for new connection