about summary refs log tree commit homepage
path: root/examples/zbatery.conf.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-31 14:25:38 +0000
committerEric Wong <e@80x24.org>2016-07-31 15:09:14 +0000
commit3c667865a959a077fe06c6c56057096e78f962ec (patch)
tree7c2ec4d1284b2e460958a17a52dc729ab1b4c7ac /examples/zbatery.conf.rb
parentd4b0198a877e65d04783c771ef55762730f3984f (diff)
downloadraindrops-3c667865a959a077fe06c6c56057096e78f962ec.tar.gz
Since zbatery is abandoned, point users towards yahns
instead since that is what I currently use.
Diffstat (limited to 'examples/zbatery.conf.rb')
-rw-r--r--examples/zbatery.conf.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/zbatery.conf.rb b/examples/zbatery.conf.rb
index 3f67c7a..5f94c0e 100644
--- a/examples/zbatery.conf.rb
+++ b/examples/zbatery.conf.rb
@@ -1,6 +1,9 @@
 # Used for running Raindrops::Watcher, which requires a multi-threaded
 # Rack server capable of streaming a response.  Threads must be used,
-# so Zbatery is recommended: http://zbatery.bogomip.org/
+# so any multi-threaded Rack server may be used.
+# zbatery was recommended in the past, but it is abandoned
+# <http://zbatery.bogomip.org/>.
+# yahns may work as an alternative (see yahns.conf.rb in this dir)
 Rainbows! do
   use :ThreadSpawn
 end