about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-02-12 19:06:08 +0000
committerEric Wong <e@80x24.org>2015-02-12 19:06:08 +0000
commit00a8decc9f9e534c7a36f600e82f434bf5b01113 (patch)
treeafe931df98e1a35478f553cc4ff2d162e1616acd /README
parent4cf4f0b83d0eec7d7688ae9f948d0c5d10e89276 (diff)
downloadrainbows-00a8decc9f9e534c7a36f600e82f434bf5b01113.tar.gz
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.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
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.