$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Iain Hanson (Iain.Hanson_at_[hidden])
Date: 2005-04-13 11:46:42
On Wed, 2005-04-13 at 11:09 -0400, Caleb Epstein wrote:
> On 4/13/05, Don G <dongryphon_at_[hidden]> wrote:
> > I also believe that non-blocking is an I/O only thing; it is not
> > needed for connect or accept.
>
> Not sure about the need for a non-blocking accept, but a non-blocking
> connect is a must-have.
>
Non blocking accept is also a must have for single threaded reactive
servers.
/ikh