Why has CORBA lost popularity? [closed]
It’s not just CORBA, it’s RPC in general. This includes stuff like DCOM, Java-RMI, .NET Remoting and all the others as well. The problem is basically that distributed computing is fundamentally different than local computing. RPC tries to pretend these differences don’t exist, and makes remote calls look just like local calls. But, in order … Read more