Yahns 1.3.0 -_- sleepy application server for Ruby

A Free Software, multi-threaded, non-blocking network application server
designed for low idle power consumption. It is primarily optimized
for applications with occasional users which see little or no traffic.
yahns currently hosts Rack/HTTP applications, but may eventually support
other application types. Unlike some existing servers, yahns is
extremely sensitive to fatal bugs in the applications it hosts.

Changes:

Since RubyForge is going away, this release updates the
documentation to point to the new public-inbox and mailing list
at:

[email protected]
(no subscription required, plain text only)

ssoma[1] git archives: git://yhbt.net/yahns-public
browser-friendly archives: http://yhbt.net/yahns-public/
Traditional mailing list subscription is possible by sending
a blank email to: [email protected]

This also reworks master->worker signalling to use a pipe,
avoiding problems with libraries which do not respond well
to being interrupted by signals.  There are also minor
bugfixes and cleanups, see "git log -p" for full details.

[1] http://ssoma.public-inbox.org/

git clone git://yhbt.net/yahns.git for full details

Please note the disclaimer:

yahns is extremely sensitive to fatal bugs in the apps it hosts.
There
is no (and never will be) any built-in “watchdog”-type feature to kill
stuck processes/threads. Each yahns process may be handling thousands
of clients; unexpectedly killing the process will abort all of those
connections. Lives may be lost!

yahns hackers are not responsible for your application/library bugs.
Use an application server which is tolerant of buggy applications
if you cannot be bothered to fix all your fatal bugs.