From 1943b2fb1c4fbbbec1d1ff1b846d6d4890560fb0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 1 Mar 2015 10:18:15 +0000 Subject: [PATCH] README: reference yahns 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 6c64c90..fca1dc6 100644 --- a/README +++ b/README @@ -8,6 +8,10 @@ Zbatery supports your choice of all the thread/fiber/event/actor-based concurrency models and Rack middleware that Rainbows! supports (or will ever support) in a single process. +If you're on GNU/Linux and overwhelmed by options in zbatery, +consider {yahns}[http://yahns.yhbt.net/] as it has fewer options, +optional fork usage, and more energy-efficient during non-peak traffic. + Zbatery will still exploit certain features of Unix for transparent upgrades, log reopening, and graceful stops, but does not rely on them for basic functionality. -- 2.11.4.GIT