2010/4/16 Eric Wong <[email protected]>: > Hi Iñaki, > > Unicorn won't try to read further requests from the socket (see > process_client() in lib/unicorn.rb).
Ok, understood now. > However, you can use Rainbows! without specifying a concurrency model at > all (or "use :Base"). That way you'll get proper HTTP/1.1 keepalive > support and you can control keepalive_timeout: > > # both of these values are the defaults for unconfigured Rainbows! > Rainbows! do > use :Base > keepalive_timeout 5 > end Great! Thanks a lot. -- Iñaki Baz Castillo <[email protected]> _______________________________________________ Unicorn mailing list - [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying
