Using HTTP/1.1 and permanent connections

2010-04-16 Thread Iñaki Baz Castillo
Hi, I know that Unicorn forces TCP disconnection as it's explained at the top of lib/unicorn/http_response.rb: # A design decision was made to force the client to not pipeline or # keepalive requests. HTTP/1.1 pipelining really kills the # performance due to how it has to be handled and

Re: Using HTTP/1.1 and permanent connections

2010-04-16 Thread Eric Wong
Iñaki Baz Castillo i...@aliax.net wrote: Hi, I know that Unicorn forces TCP disconnection as it's explained at the top of lib/unicorn/http_response.rb: # A design decision was made to force the client to not pipeline or # keepalive requests. HTTP/1.1 pipelining really kills the #