Posted By: Eric Wong
Date: 2011-05-21 03:21
Summary: Rainbows 3.4.0 - minor updates and fixes
Project: Rainbows!
Rainbows! is an HTTP server for sleepy Rack applications. It is based on Unicorn, but designed to handle applications that expect long request/response times and/or slow clients.
* http://rainbows.rubyforge.org/ * rainbows-talk@rubyforge.org />* git://bogomips.org/rainbows.git
Changes:
SIGQUIT (graceful shutdown) now drops idle keepalive clients for the concurrency models where maintaining an idle client is relatively inexpensive: Coolio, CoolioThreadPool, CoolioThreadSpawn, Epoll, EventMachine, XEpoll, XEpollThreadPool, XEpollThreadSpawn.
Kgio.autopush now works properly for all multi-threaded concurrency models (if you're using :tcp_nopush). |
|