From: Eric Wong Date: 2009-07-09T18:09:55+09:00 Subject: [ANN] unicorn 0.8.2 and 0.9.1 Unicorn is a Rack HTTP server for Unix, fast clients and nothing else Socket handling bugfixes and socket-related usability and performance tweaks. We no longer trust FD_CLOEXEC to be inherited across accept(); thanks to Paul Sponagl for diagnosing this issue on OSX. There are also minor tweaks backported from 0.9.0 to make non-graceful restarts/upgrades go more smoothly. The 0.9.x series (including 0.9.1) is NOT recommended for production use, try 0.8.2 instead. * site: http://unicorn.bogomips.org/ * git: git://git.bogomips.org/unicorn.git * cgit: http://git.bogomips.org/cgit/unicorn.git/ * list: mongrel-unicorn@rubyforge.org -- Eric Wong