On Wed, Nov 18, 2009 at 2:26 PM, Raindog <[email protected]> wrote: > OvermindDL1 wrote: >> On Tue, Oct 27, 2009 at 2:29 PM, Andre Paim Lemos <[email protected]> >> wrote: >> > Google Protocol buffer is not a communication protocol. >> > It is a framework used for portable and language independent serialization >> > of data. >> > >> > I use qpid with google protocol buffer in order to exchange async >> > strucutured messages among >> > applications. >> > >> > Qpid has a installer for windows and packages for several linux >> > distributions >> >> Since Wt already has ASIO inside it, why not just use ASIO for the >> communication channel, and for messages use GPB or whatever custom >> format, since it is all lightweight and very easy to use anyway... >> >> For fully distributed setups I tend to like the Erlang mesh network. >> Even just using the pure C interface for it is still very powerful >> (and I have been writing a much easier to use wrapper on top of >> it...). > > Do you plan to release it?
I was not really planning on it, from my browsing it seems the community is a bit abject to a better C++ wrapper as odd as that may sound. If I ever do get around to finishing it to a more releasable form then I might. I have actually been using C++ in a more erlang programming style though. As long as I use no globals, use my constrained actor classes, etc... it works very well, and executes faster. I was thinking of releasing that, maybe as a possible library into Boost. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
