Just be curious about the product name. why don't call it unicom? unicom is far easier for remembering since it's a main ISP name here. :) 2010/12/10 Eric Wong <normalperson / yhbt.net>: > Unicorn is an HTTP server for Rack applications designed to only serve > fast clients on low-latency, high-bandwidth connections and take > advantage of features in Unix/Unix-like kernels. Slow clients should > only be served by placing a reverse proxy capable of fully buffering > both the the request and response in between Unicorn and slow clients. > > * http://unicorn.bogomips.org/ > * mongrel-unicorn / rubyforge.org > * git://git.bogomips.org/unicorn.git > > Changes: > > This release enables tuning the client_buffer_body_size to raise > or lower the threshold for buffering request bodies to disk. > This only applies to users who have not disabled rewindable > input. There is also a TeeInput bugfix for uncommon usage > patterns and Configurator examples in the FAQ should be fixed. > > -- > Eric Wong > >