[omniORB] ServantActivator never destroyed?

Duncan Grisby duncan@grisby.org
Wed Mar 26 17:32:02 2003


On Monday 24 March, Adam Groszer wrote:

> My problem is that it looks like, ServantActivator of childPOA never gets
> destroyed, so all objects kept in the objects dict also never get garbage
> collected.

Your ServantActivator is itself activated in the Root POA. You don't
deactivate it, either explicitly or by destroying the Root POA, so the
servant is never released.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan@grisby.org     --
   -- http://www.grisby.org --