Hello all, I have a fairly complex web application that appears to have a memory issue. I've come to this conclusion by making requests to my application while watching 'top' output. In an attempt to track this down, I made the servlet simpler by stripping out functionality. I continued doing this until what I'm now left with is a "Hello world" servlet. Even with this simple program, it still appears as though I have a memory leak. Its not much, but "top" shows an increase in memory consumption ever 5-10 requests. Finally, I just started requesting the tomcat-docs resource ... and I get the same thing! Again, the increase in memory usage to shows is small however the increase does appear to be there.
Am I interpreting these results incorrectly? I am at a loss as to how to track down a memory issue in my own servlets, if I can't start at some baseline. I'm running Tomcat version 4.0.3 on Linux Redhat version 6.2 Thank you, Rich -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
