From: Eric Wong Date: 2011-08-20T10:51:03+09:00 Subject: [ANN] Rainbows! 4.3.0 + Zbatery 4.1.0 - Rack servers for slow clients Rainbows! is an HTTP server for sleepy Rack applications and slow clients. It is based on Unicorn, but designed to handle applications that expect long request/response times and/or slow clients. Zbatery is Rainbows! without the fork(). Changes: These releases pull in changes from unicorn 4.1.0 The deprecated Rainbows::HttpResponse class is finally gone thanks to Pratik Naik. Logging of errors is more consistent with the changes in unicorn 4.1.0. There are also minor documentation updates. See the unicorn 4.1.0 release notes for more details: http://bogomips.org/unicorn.git/tag/?id=v4.1.0 * http://rainbows.rubyforge.org/ * git://bogomips.org/rainbows.git * http://rainbows.rubyforge.org/NEWS.atom.xml * http://zbatery.bogomip.org/ * git://bogomips.org/zbatery.git * http://zbatery.bogomip.org/NEWS.atom.xml The mailing list for both projects is rainbows-talk@rubyforge.org -- Eric Wong