$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Caleb Epstein (caleb.epstein_at_[hidden])
Date: 2005-06-09 11:40:14
On 6/9/05, Simon Richter <Simon.Richter_at_[hidden]> wrote:
> I think we should attempt to coordinate our efforts here.
Please do! Does either of the implementations offer an interface to
the sockets at a lower level than iostreams though?
I personally prefer to use lower-level read/write semantics with
sockets and handle would-block conditions etc in my own code.
Alternatively I would be happy with a mechanism whereby I could pass a
block of bytes to be written-from (or read-to) and a callback that
will be notified when the operation is complete. Perhaps this is one
of the functions of the "manager" class you mention.
-- Caleb Epstein caleb dot epstein at gmail dot com