
1 Oct
2006
1 Oct
'06
1:37 p.m.
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