[omniORB] Q: objects in own process

Duncan Grisby dgrisby@uk.research.att.com
Tue, 24 Oct 2000 16:45:54 +0100


On Tuesday 24 October, "Bernhard Schmidt" wrote:

> Using omniORB 3.0.2 on NT 4.0 our goal is to create every new object
> implementation in a new separate process.
> 
> I though using the lifespan policy persitant would be enough to create a
> separate process activating the server object.

No, the persistent policy just means that the object key used in
object references will always be the same for the same object id given
to the POA. This allows you to create persistent objects which go away
and come back later, as long as the server always starts on the same
port number.

There is no built-in support for forking new processes in which to run
objects. It would be fraught with platform dependencies. If you only
want to make it run on NT, it shouldn't be too hard to implement
yourself.

Cheers,

Duncan.

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