about summary refs log tree commit homepage
path: root/lib/rainbows.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-19 15:06:10 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-19 15:06:27 -0800
commit9424b13255a238dfa44952ebeb07bea3acee999c (patch)
tree9a517e9b22a3cc73c9ad16c9288eedf09ac18b8a /lib/rainbows.rb
parent7a04133c1ab57923cac8a9de04b00bfe89bcce2d (diff)
downloadrainbows-9424b13255a238dfa44952ebeb07bea3acee999c.tar.gz
Coolio and EventMachine only use level-triggered epoll,
but being Rainbows!, we live on the EDGE!
Diffstat (limited to 'lib/rainbows.rb')
-rw-r--r--lib/rainbows.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rainbows.rb b/lib/rainbows.rb
index 76cb728..5de8a80 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -121,6 +121,7 @@ module Rainbows
     :CoolioThreadSpawn => 50,
     :CoolioThreadPool => 50,
     :CoolioFiberSpawn => 50,
+    :Epoll => 50,
     :EventMachine => 50,
     :FiberSpawn => 50,
     :FiberPool => 50,