OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: About DOM and CORBA

[ Lists Home | Date Index | Thread Index ]
  • From: "Didier PH Martin" <martind@netfolder.com>
  • To: "'XML Dev'" <xml-dev@ic.ac.uk>
  • Date: Mon, 5 Apr 1999 09:46:29 -0400

Hi Anders,

Many thanks, this is the first useful post I get on the subject.

Thanks again
Didier PH Martin
mailto:martind@netfolder.com
http://www.netfolder.com

-----Original Message-----
From: Anders W. Tell [mailto:anderst@toolsmiths.se]
Sent: Monday, April 05, 1999 4:34 AM
To: Didier PH Martin
Cc: 'XML Dev'
Subject: Re: About DOM and CORBA


Hi Didier,

To make a long story short, Corba does NOT support what I call
"Component Binary Interface" CBI for short. This is what Microsoft have
implemented within their COM. Some Corba's have however implemented
"colocation" which is a shortcut route so marshalling is not performed
when calling objects within the same adress space.

See <http://www.cs.wustl.edu/~schmidt/TAO.html> for an example.

Here is a list of implementation options (faster to slower)

1.Private Component calls (not calling across Interfaces)
   No time penalty, same as normal C or C++ calls

2.Public Interface calls (calling other components using interface pointers)
   Same as C++ virtual function calls, slightly slower than above
   The MS COM and Mozilla way.

3.Optimized In-process Collocation call, to a Corba Object Adapter (OA)
   managed object.
   Call routed directly to object. This is outside the Corba spec.

4.In-process Collocation call, to a Corba OA managed object
   No marshaling, but call put in queue or rerouted by OA according to Corba
guidelines.
   Corba Components implemented in same language.

5.Process to Process call, using Corba OA's
   Parameter marshaling and IIOP calls.
   Corba Components may be implemented in different languages.

6.Inter Machine Process to Process call, using Corba OA's
   Parameter marshaling, IIOP calls and network traffic.


/anders
--
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
/  Financial Toolsmiths AB  /
/  Anders W. Tell           /
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/



xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS