$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Boris (boris_at_[hidden])
Date: 2005-04-27 04:47:49
Scott Woods wrote:
> [...]
> Yeah, tricky stuff. After several attempts with varying levels of
> success
> the
> following is the most complete and efficient that I have come up
> with. This is specifically to deal with "streaming" over async
> sockets. This may ramble a bit
> but hopefully with purpose :-)
If I understand correctly your socket streams support blocking I/O. However
I/O methods are guaranteed to return immediately as data is copied to the
so-called "application zone" where it waits until it is sent to the network?
Boris
> [...]