$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Tilman Kuepper (kuepper_at_[hidden])
Date: 2005-12-14 11:13:23
Hi,
Arkadiy Vertleyb wrote...
> There are cases when having multiple threads,
> each working in a synchronous way, is a better approach. [...]
"Christopher Kohlhoff" <chris_at_[hidden]> wrote
>> Since iostreams basically enforce
>> synchronous operation, this seems like a sensible place to hide
>> the demuxer and asynchronicity away.
Just one question: Would it be possible to "hide away" the
demuxer and asynchronicity in a thread-safe way? I would
like to use synchronous socket streams in a multi-threaded
application.
Best regards,
Tilman