Updates:
        Labels: MSS-1.5.0.FINAL

Comment #12 on issue 2367 by jean.deruelle: JDK Classes keep references to Timer even though they are cancelled
http://code.google.com/p/mobicents/issues/detail?id=2367

Noticing on site with another customer that the TimerTask are not GCed by the JVM even after a long time. It seems to depend on the initial scheduled execution time, indeed the Timer keep cancelled TimerTasks around until their scheduled timeout has expired, so if the SipAppliationSession or sip.xml has a sip session timeout set to 2h, the tasks won't be GC-ed before that. So it's better to set a low value and keep extending it through the JSR defined listener

Reply via email to