Re: Logging Memory Leak 3.2.2-beta2

2001-04-11 Thread cmanolache
Hi, If you want to save us a lot of time, could you get a demo of OptimizeIt or JProbe ( or use -hprof option in java ) and send the result. ( either of those will show you the allocated objects - if there is a leak then you'll see it there, just run 1 requests, GC, repeat few times, and lo

RE: Logging Memory Leak 3.2.2-beta2

2001-04-11 Thread Marc Saegesser
I don't think your seeing a real memory leak. What's happening is that the logging mechanism in Tomcat doesn't actually write log messages to log files when Logger.log() is called. Logger.log() adds a log entry to a queue and returns immediately. A daemon thread then pulls the log entries off t