From 7ca92025ececb4b71ec4420e03d5725f13c39cc4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 5 Oct 2010 18:48:53 +0000 Subject: update comment about non-blocking accept() Thanks to kgio, we no longer use accept_nonblock. --- lib/unicorn.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-24-ge0c7