about summary refs log tree commit homepage
path: root/lib/rainbows/writer_thread_pool.rb
DateCommit message (Expand)
2011-02-05writer_thread_pool: needless use of Array#map
2011-01-04writer_thread_pool: remove unnecesary debug messages
2011-01-04globally refactor Range handling for responses
2010-12-28several response body#close fixes
2010-12-27writer_thread_*: split out classes into separate files
2010-12-27writer_thread_*: split out common socket_proxy code
2010-12-27writer_thread_*: unindent
2010-11-05avoid Errno::EAGAIN, harder
2010-10-26doc: RDoc updates
2010-10-25reduce dependency on IO#write_nonblock
2010-10-22code shuffling for kgio
2010-10-21unicorn 2.x updates + kgio
2010-07-22writer_thread_pool: fix include ordering issues under 1.8
2010-07-22enable Range: responses for static files for most models
2010-07-10doc: avoid documenting internals on RDoc website
2010-07-08restore Rainbows::HttpResponse.write for Cramp
2010-07-06cleanup error handling for aborted downloads
2010-07-04refactor response body handling for sendfile(2)
2010-06-03writer_thread_*: fix static file response under 1.8
2010-05-26writer_thread_pool: update documentation for new defaults
2010-05-26writer_thread_pool: remove single thread optimization
2010-05-14add WriterThreadPool concurrency model