Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[ANN] unicorn 0.93.5 - fix timeout kill regression

0 views
Skip to first unread message

Eric Wong

unread,
Oct 29, 2009, 5:59:38 PM10/29/09
to
Unicorn is a 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...@rubyforge.org
* git://git.bogomips.org/unicorn.git

Changes:

This release fixes a regression introduced in 0.93.3 where
timed-out worker processes run a chance of not being killed off
at all if they're hung. While it's not ever advisable to have
requests take a long time, we realize it's not easy to fix
everything :)

--
Eric Wong

0 new messages