For a definition of "ORB", wikipedia might be consulted:
http://en.wikipedia.org/wiki/Object_Request_Broker
Thanks. You might like to prefix your subject with ANN: for announcing.
Some people like to filter these out if they are spam haters. Personally I
like to see announcements of useful things.

Signature
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
> An Object Request Broker (ORB) can be used to create a distributed
> (often called client/server) application. An ORB provides the means to
[quoted text clipped - 5 lines]
> Popular ORBs are the CORBA-type systems, DCOM or RMI.
> (Hopefully this explanation addresses the previous posting...)
On 23 Nov 2005 14:17:32 -0800, "frankgerlach22@gmx.de"
<frankgerlach@gmail.com> wrote, quoted or indirectly quoted someone
who said :
>An Object Request Broker (ORB) can be used to create a distributed
>(often called client/server) application. An ORB provides the means to
[quoted text clipped - 4 lines]
>process. This is often called "marshalling" or "serialization".
>Popular ORBs are the CORBA-type systems, DCOM or RMI.
And why would someone want your ORB in preference to RMI? What is its
niche?

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
frankgerlach@gmail.com - 23 Nov 2005 23:31 GMT
Ok, I have to improve in the marketing department :-))
SimpleORB is
-cross-plaform, cross language (like CORBA, unlike DCOM and RMI)
-simple (no IDL, no IDL compiler runs)
-small (no stubs, no skeletons, small runtime lib (150kBytes))
-powerful (arbitrary object graphs marshalled, like RMI, unlike CORBA)
-fast (unlike SOAP)
-free
frankgerlach@gmail.com - 23 Nov 2005 23:48 GMT
Maybe some of the RMI expets can post some performance data (I am too
tired to create an RMI benchmark this night...)