From: <php...@li...> - 2012-07-11 20:51:22
|
Hi, you can register a http://docs.oracle.com/javaee/6/api/javax/servlet/ServletRequestListener.htmland do your cleanup there. Or register your library with the web app and termiate it when the app shuts down., see this example http://php-java-bridge.sourceforge.net/pjb/examples/source.php?source=report.php But if the libary you use is prepared to run in a servlet environment, you don't need to track its resources. |