$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2006-04-09 11:23:14
On Sun, 09 Apr 2006 12:33:42 +0200, Thorsten Ottosen wrote
> Jarl Lindrud wrote:
> > Hi all,
> >
> > I just thought I would announce that I've released v. 0.2 of RCF, a
portable C++
> > IPC framework. It makes extensive use of boost, including Boost.Threads,
Boost.
> > Serialization, and the recently accepted asio library, so maybe people on
this
> > list will find it of interest :)
> >
> > http://www.codeproject.com/threads/Rcf_Ipc_For_Cpp.asp
>
> I would like to encourage you to work on making this library
> suitable for boost.
>
> Knowing how ugly such frameworks look like in other languages, eg.
> C#, this is great improvement and could become a great boost library
> too.
>
> best regards
>
> -Thorsten
I'll add my voice to this. I didn't download and try out your code, but from
the article it looks like a nice piece of work that builds on other boost
components to address some common distributed communication cases.
Jeff