From 7ad4e300c29b06fd53aca9f9bad18f97f9a34633 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 20 Jan 2011 20:32:24 +0000 Subject: ev_core: simplify setup steps ev_core is always loaded after forking, so eliminate the need for extra setup steps for each concurrency model that uses it --- lib/rainbows/epoll.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/rainbows/epoll.rb') diff --git a/lib/rainbows/epoll.rb b/lib/rainbows/epoll.rb index 8698f78..52216b3 100644 --- a/lib/rainbows/epoll.rb +++ b/lib/rainbows/epoll.rb @@ -15,7 +15,6 @@ module Rainbows::Epoll def worker_loop(worker) # :nodoc: init_worker_process(worker) - Rainbows::EvCore.setup Rainbows::Client.__send__ :include, Client Server.run end -- cgit v1.2.3-24-ge0c7