Bugzilla – Bug 3947
Service must release all of its resources on deactivation
Last modified: 2005-11-29 12:30:22
You need to log in before you can comment on or make changes to this bug.
During deactivation the service must properly release all of its resources. For example, the service must stop all of its threads, stop background tasks, close database connections, close opened files, etc. This is extremely important with the container dynamic deployment features as services that do not do proper cleanup might eventually crash the other services or the container. Please see the following for details on deactivation: http://www.mcs.anl.gov/~gawor/hotDeployDesign.pdf
Fix committed to trunk.