Hi rcollier
Is there any way to terminate the daemon thread started in the PacketReader and PacketWriter?
In the webapp environment (ex: Tomcat), there are permgen memory leak when continously deploy and undeploy the application due to the not terminated daemon thread.
Is there any way to terminate them except restarting the tomcat?
Thanks