From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: rainbows-public@bogomips.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 1A245633842; Thu, 12 Feb 2015 19:09:17 +0000 (UTC) Date: Thu, 12 Feb 2015 19:09:16 +0000 From: Eric Wong To: rainbows-public@bogomips.org Subject: [PATCH] README: reference yahns Message-ID: <20150212190916.GA29022@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: Because nobody has time to read about all the options Rainbows! provides. yahns is basically XEpollThreadPool, with minor improvements which weren't easily supportable with other concurrency options. --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 174253b..4ab955c 100644 --- a/README +++ b/README @@ -4,6 +4,10 @@ unicorn, but designed to handle applications that expect long request/response times and/or slow clients. +If you're on GNU/Linux and overwhelmed by options in \Rainbows!, +consider {yahns}[http://yahns.yhbt.net/] as it has fewer options +and more energy-efficient during non-peak traffic. + For Rack applications not heavily bound by slow external network dependencies, consider unicorn instead as it simpler and easier to debug. -- EW