
"Jarl Lindrud" <jlindrud@hotmail.com> wrote in message news:loom.20050301T145733-176@post.gmane.org...
Hi all,
I've searched this list a bit and found a few mentions of rpc's (Remote Procedure Call), but nothing concrete.
I've written a library for doing portable C++ RPC's, which can be downloaded at
http://www.codeproject.com/threads/RMI_For_Cpp.asp
Is there any interest in Boost for something like this, and if so in what directions do you all think it should be developed?
I'd definitely be interested by portable, standard, simple-to-use C++-based remoting of objects. Just a couple of quick questions after scanning the article: - Does/could the library support custom marshaling on a per-object and/or interface basis - I'd be specifically interested in MBV (Marshal By Value)? - Did you implement portable, binary serialization? // Johan