about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-07-27 07:27:04 +0000
committerEric Wong <normalperson@yhbt.net>2010-07-27 07:38:09 +0000
commit9f639eb257f7b940f16016bf548c532dc09e4911 (patch)
tree42cb8b1da1bc92b598ead4125708fcbaf7a66f56 /t
parent3671e9b9643543510337d9c1724122ecd78780cd (diff)
downloadrainbows-9f639eb257f7b940f16016bf548c532dc09e4911.tar.gz
It hits 100% CPU usage and Rev's 1.8 support when mixed
with threads is currently suboptimal.  Unfortunately
our tests can not check for 100% CPU usage, so I had to
*gasp* confirm it by actually starting an app :x

This appears to be a fixable bug in Rev, however, and
we'll try to fix it as soon as we have time.
Diffstat (limited to 't')
-rw-r--r--t/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index c7e78bd..1172c67 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -27,7 +27,6 @@ models += Rev
 models += EventMachine
 models += NeverBlock
 models += RevThreadSpawn
-models += RevThreadPool
 
 ifeq ($(RUBY_ENGINE),ruby)
   rp := )
@@ -37,6 +36,7 @@ ifeq ($(RUBY_ENGINE),ruby)
     models += FiberSpawn
     models += RevFiberSpawn
     models += FiberPool
+    models += RevThreadPool
   endif
 endif