$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2006-10-01 09:37:21
On Sep 30, 2006, at 7:56 PM, Shams wrote:
> Basically I am looking for a unified library in Boost that will
> also me to handle and dispatch
> events and also allow communication between processes on a local pc
> and also a remote
> pc. Is there such a boost library?
>
> ALSO:
>
> MPI:
> Does it support communication from a local pc to a remote pc?
Yes.
> Does it support handling and dispatch of events?
No.
> Does it support marshalling/unmarshalling of user-defined types?
Yes.
I think ASIO is probably the "right" library for you.
Doug