about summary refs log tree commit homepage
path: root/script
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-16 22:54:40 +0000
committerEric Wong <normalperson@yhbt.net>2011-06-16 23:14:14 +0000
commita0c59adf71506b8808de276b1288a319424ee71a (patch)
treee627c424701799b82a5bfea06cb45cf1c2d99efd /script
parent95f543a9583e58c56b1c480df84b4b88e6669403 (diff)
downloadunicorn-a0c59adf71506b8808de276b1288a319424ee71a.tar.gz
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.
Diffstat (limited to 'script')
-rwxr-xr-xscript/isolate_for_tests1
1 files changed, 1 insertions, 0 deletions
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