AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Importance of Class Loader Isolation
Each JSP gets its own class loader, that's just so we can do dynamic reloading of the JSPs. Tomcat has a memory leak prevention listener to prevent these things from happening. We've been able to remove a whole bunch of these things that Tomcat does on startup and slowly work out what triggers them.