[omniORB] Multiple Interfaces

Stefan Seefeld seefeld@sympatico.ca
Mon, 28 May 2001 09:35:21 -0500


Andrew Weaver wrote:
> 
> Is it possible for a single process to support more than one Interface? I
> guess it is via the POA but...

the notion of 'processes' doesn't really matter in CORBA, at least not from
an architectural point of view. Just think of a big distributed application,
within which the objects happen to live transparently in different address 
spaces ('processes').
There are no restrictions on the specific topology you use. Scalability is
one of CORBA's strengths.

Regards,
		Stefan