< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate] ShutdownHandler and running transactions


HandleManager::shutdownWhenEmpty outputs the handles of the remaining usages as DebugLog at the time you call shutdown – you can try and look back in the looks to correlate these handles to the actual usages.

 

Also the DialogUsageManager destructor outputs (DebugLog) the dialog id’s of all active dialogset’s if you try to delete it before waiting for shutdown to complete.

 

Scott

 

 

From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx] On Behalf Of Aron Rosenberg
Sent: Wednesday, July 18, 2007 1:53 PM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] ShutdownHandler and running transactions

 

Is there a method or function that I can invoke on DUM to see pending transactions which would keep DUM from calling onDumCanBeDeleted on the DumShutdownHandler after I have invoked dum->shutdown()?

 

-Aron