Hi, At Sun, 17 Jul 2005 13:10:03 +0900, James Edward Gray II wrote in [ruby-talk:148440]: > So do I need to call it once on each Socket accept() spawns? Will > once be enough? Once on each accepted sockets. > What is the nonblocking behavior of accept? Will it throw an > Exception, return nil, or what? Errno::EWOULDBLOCK will be raised. -- Nobu Nakada