about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-10-05 18:48:53 +0000
committerEric Wong <normalperson@yhbt.net>2010-10-05 18:49:29 +0000
commit7ca92025ececb4b71ec4420e03d5725f13c39cc4 (patch)
tree8c310b0afd5d1add3a4c0758f7134553bbd69452
parentfc820598da30509269ec84eeca598085ca296e38 (diff)
downloadunicorn-7ca92025ececb4b71ec4420e03d5725f13c39cc4.tar.gz
Thanks to kgio, we no longer use accept_nonblock.
-rw-r--r--lib/unicorn.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicorn.rb b/lib/unicorn.rb
index adb3a01..731fe86 100644
--- a/lib/unicorn.rb
+++ b/lib/unicorn.rb
@@ -675,7 +675,7 @@ module Unicorn
 
         # make the following bet: if we accepted clients this round,
         # we're probably reasonably busy, so avoid calling select()
-        # and do a speculative accept_nonblock on ready listeners
+        # and do a speculative non-blocking accept() on ready listeners
         # before we sleep again in select().
         redo unless nr == 0 # (nr < 0) => reopen logs