From 47826ea75dd62b20f533dfd08f950b8cd4c4dd74 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 15 Nov 2009 14:55:00 -0800 Subject: RevThreadSpawn is still experimental --- lib/rainbows/rev_thread_spawn.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/rainbows/rev_thread_spawn.rb b/lib/rainbows/rev_thread_spawn.rb index b8aa420..99f13e2 100644 --- a/lib/rainbows/rev_thread_spawn.rb +++ b/lib/rainbows/rev_thread_spawn.rb @@ -2,8 +2,13 @@ require 'rainbows/rev' require 'rainbows/ev_thread_core' +warn "Rainbows::RevThreadSpawn is extremely experimental" + module Rainbows + # This concurrency model is EXTREMELY experimental and does + # not perform very well. + # # A combination of the Rev and ThreadSpawn models. This allows Ruby # 1.8 and 1.9 to effectively serve more than ~1024 concurrent clients # on systems that support kqueue or epoll while still using -- cgit v1.2.3-24-ge0c7