[
https://issues.apache.org/jira/browse/AXIS2-3861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662981#action_12662981
]
Mauro Molinari commented on AXIS2-3861:
---------------------------------------
This is a duplicate of AXIS2-3732.
Mauro.
> Remove ShutdownHook in ListenerManager#stop()
> ---------------------------------------------
>
> Key: AXIS2-3861
> URL: https://issues.apache.org/jira/browse/AXIS2-3861
> Project: Axis 2.0 (Axis2)
> Issue Type: Wish
> Components: kernel
> Affects Versions: 1.4
> Reporter: Sergey Vladimirov
> Priority: Minor
> Attachments: patch.txt
>
> Original Estimate: 4h
> Remaining Estimate: 4h
>
> Axis2 is loaded several times using different classloaders. In every
> classloader ListenerManager register new Shutdown Hook:
> Runtime.getRuntime().addShutdownHook(new
> ListenerManagerShutdownThread(this));
> So, every call to AxisServlet (in new classloader) leak 500 Kb of memory.
> There is should be an option in AxisServlet and ListenerManager to disable
> shutdown hook. Anyway, stop() method is promiced to be called from
> AxisServlet::destroy() => ConfigurationContext::terminate()
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.