Boost logo

Boost :

From: Johan Nilsson (r.johan.nilsson_at_[hidden])
Date: 2007-04-24 02:21:24


Stjepan Rajko wrote:
> Hello,
>
> I have uploaded some documentation and code of a prototype RPC /
> marshal library:
>
> http://dancinghacker.com/code/marshal/
>
> It differs from the one I attached yesterday in that it actually works
> :-) Tested on Win/MSVC, *should* build on GCC (haven't tested on GCC
> after recent changes).

Have you seen this one:

http://www.codeproject.com/threads/Rcf_Ipc_For_Cpp.asp

It contains more than just the basic marshalling, and is extremely simple to
use. It can optionally make use of Boost.Serialization as well as Boost.Asio
(for transport). Also, pluggable support for e.g. SSL is possible.

The author seems to be a bit reluctant to boostify the code, but I believe
that this is more due to the work involved than anything else.

/ Johan


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk