Seth Russell wrote in message <34FEC326.96A19273 at clickshop.com>...
>>Sounds interesting, do you have any www pointers for either
>CORBA or DCOM ?
>
DCOM is Distributed COM. COM is Microsoft's Component Object Model. All
their new API's are being published with COM interfaces. You could start
with:
http://www.microsoft.com/com
CORBA is the Common Object Request Broker Architecture, authored by the
Object Management Group which is a consortium of the ABM crowd (anybody but
microsoft e.g. IBM, Sun, etc.).
http://www.omg.org/http://www.omg.org/about/wicorba.htm
Jim