[omniORB] Run ORB method

bjorn rohde jensen shamus@tdcadsl.dk
Wed, 24 Apr 2002 15:39:53 +0200


Hi guys,

 It is true, that you dont actually need to call
orb->run() with omniORB, but that is an entirely
proprietary feature, so you might want not to
rely on that.
 If you want to halt invocations on your objects
until, you are ready to deal with them, you can
switch the poa to its holding state after creating
it and move it back into its active state again
later.
 It should not be a problem for you, that your
objects are receiving invocations immediately
on creation, unless you are constructing your
servants in stages, which i dont see much of
a point in doing;)

Yours sincerely,

Bjorn

Ps: three cheers for Duncan. OmniORB is on
SourceForge now:)