[omniORB] deferred object deactivation

Renzo Tomaselli renzo.tomaselli@tecnotp.it
Fri, 29 Jun 2001 17:00:59 +0200


While this would work, I keep a POA for multiple dynamic servants, so tha=
t
it must survive to them. However I found a definitive solution according =
to
someone's suggestion on the list: just unloading the dll within
etherealization method.
There was a little panic when seeing a production system not working anym=
ore
after porting it, but now everything is working fine on NT. Moving from 2=
.8
to 3.04 was a matter of a few days, OmniORB 3.04 is really great.
Thanks,

Renzo

-----Original Message-----
From: Duncan Grisby <dgrisby@uk.research.att.com>
To: Renzo Tomaselli <renzo.tomaselli@tecnotp.it>
Cc: Omniorb list <omniorb-list@uk.research.att.com>
Date: venerd=EC 29 giugno 2001 16:10
Subject: Re: [omniORB] deferred object deactivation
>
>If you create a POA specifically for the servant, then you can destroy
>the POA, with etherialize_objects and wait_for_completion arguments
>set true. That will wait until the servant is definitely deactivated.