quote:
Original post by stodge
Corba/COM?
Oooof!, I've worked with CORBA, it is a wonderful solution when you have thousands of clients manipulating data over a WAN on multiple platforms (think client interaction with their bank account the Bank's web page).
But...... ORBs like TAO and VisiBroker are built for reliability and not performance. Discovery times can be measured in seconds
and then there is alot of communicating back and forth. It also makes a huge difference on how the (ORB part of the) server is configured, and that is dependent on how you implement your server.
The US Military is developing a real-time implementation of CORBA but the last I heard it is still in development.
I looked at it but I concluded, in the context of MMOG's, that it was like using a hammer to push in a thumbtack (IMO). I wouldn't use it for real time applications, especially not over the internet.
[edited by - DeltaVee on October 30, 2002 2:51:06 PM]