[KLUG Members] OSS/FS Grid programming C++ architecture out there?

Adam Tauno Williams awilliam at whitemice.org
Wed Oct 5 11:40:29 EDT 2005


> Have any orgs OSS/FS'ed grid architecture such as Google uses in order to
> leverage those thousands of PC class computers to be the search engine?
> Seems to me the most talk about grid is in the news of large vendors doing
> wiz-bang partnering deal$ with each other, which does not open the door for
> OSS/FS projects to have Google-like capabilities.
> I am specifically looking based on developing application code in C++, so not
> merely to make stand alone application failure resistant, but from building
> apps to be grid aware from the get-go.
> And then communication to the grid, any OSS/FS transaction transport projects
> out there? aka free IBM MQ Series.

xmlBlaster, ServiceMIX, MULE, elemenope, Mantaray

> Prefering everything in C++, NOT Java.

That is going to be the sticker.  Everything I've seen like this is 
either Java
or .NET.  The concept of "grid" or "distributed" usually implies
"cross-platform."

Of course, because you messaging fabric is Java doesn't mean your 
client has to
be.  xmlBlaster provides a socket protocol, IIOP (corba), and XML-RPC methods
for dispatching messages and registering callbacks.



More information about the Members mailing list