
for what it's worth, I used the cuj article and code as the basis of a final project in a distributed systems class. it provides a great example, but it is far from working over the network (it uses a local file pipe/stream or somthing of the sort to simulate the network). to get it up and running over the network i had to - add a multithreaded server on the host side - make communication occur over the network (using tcp), handling errors if necessary and using a header to indicate number of bytes sent etc. once I made those changes, it did work though. karl On Wed, 1 Sep 2004 16:44:15 +1000, Matt Hurd <matt.hurd@gmail.com> wrote:
Francis ANDRE <francis.andre@easynet.fr> wrote:
Now that the serialization library is part of boost, could this be a item to add the the wishlist at boost.org???
tcp/udp wrapping should probably come first.
matt.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost