[omniORB] Implementation Repository

Duncan Grisby dgrisby@uk.research.att.com
Thu, 23 Aug 2001 17:51:46 +0100


On Tuesday 21 August, Arup Choudhury wrote:

> Is there any support for Implementation Repository in omniORB? If so can
> anybody please point me to the documentation ?

No, omniORB does not have an implementation repository.

> If not is how we manage the server activation automatically in OmniORB?

Often, there's no need for automatic activation of whole servers --
it's often sufficient to start up a server which activates servant
objects on demand.

If there really is a need to create new server processes
automatically, it's not to hard to implement a special-purpose
activation service yourself. Python is a particularly good language
for doing this, since it makes all the forking and things very easy.

Cheers,

Duncan.

-- 
 -- Duncan Grisby  \  Research Engineer  --
  -- AT&T Laboratories Cambridge          --
   -- http://www.uk.research.att.com/~dpg1 --