From a0c59adf71506b8808de276b1288a319424ee71a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 16 Jun 2011 22:54:40 +0000 Subject: replace fchmod()-based heartbeat with raindrops This means we no longer waste an extra file descriptor per worker process in the master. Now there's no need to set a higher file descriptor limit for systems running >= 1024 workers. --- script/isolate_for_tests | 1 + 1 file changed, 1 insertion(+) (limited to 'script') diff --git a/script/isolate_for_tests b/script/isolate_for_tests index 1c9d9b1..96848c1 100755 --- a/script/isolate_for_tests +++ b/script/isolate_for_tests @@ -17,6 +17,7 @@ opts = { pid = fork do Isolate.now!(opts) do gem 'sqlite3-ruby', '1.2.5' + gem 'raindrops', '0.6.1' gem 'kgio', '2.3.3' gem 'rack', '1.2.2' end -- cgit v1.2.3-24-ge0c7