From c1655a501fc26f7100dd788b42a1914be833fea4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 26 Dec 2010 21:33:21 +0000 Subject: rev_thread_spawn: disable under Ruby 1.8 It still burns CPU at the first sign of doing anything interesting, so stop it. Ruby 1.9 is the future :P --- t/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/GNUmakefile b/t/GNUmakefile index 8198388..00c887d 100644 --- a/t/GNUmakefile +++ b/t/GNUmakefile @@ -26,7 +26,6 @@ models += ThreadSpawn models += Rev models += EventMachine models += NeverBlock -models += RevThreadSpawn ifeq ($(RUBY_ENGINE),ruby) rp := ) @@ -37,6 +36,7 @@ ifeq ($(RUBY_ENGINE),ruby) models += RevFiberSpawn models += FiberPool models += RevThreadPool + models += RevThreadSpawn endif endif -- cgit v1.2.3-24-ge0c7