|
From: Antoine v. de V. <an...@v2...> - 2003-06-06 13:06:55
|
Hi, I have a question. At http://www.mozilla.org/hacking/coding-introduction.html#interfaces I read: In a CORBA environment, life is more restrictive and difficult, because you have inter-process and inter-network communication, something which Mozilla is not actively using. In a distributed CORBA environment, it is difficult to change the components of an interface, because you are usually unable to replace all running systems at the same time. If you want to change something, you have to define a new version of an interface, but you might still be required to support the old one. http://www-106.ibm.com/developerworks/webservices/library/co-pyxp1.html |