Re: Poor Tomcat 3.2.2 performance on Win32 with class reloading enabled

2001-07-09 Thread Stuart Roebuck
Remy & Craig, Thanks for your responses... On Saturday, July 7, 2001, at 07:28 am, Remy Maucherat wrote: >> The cases you've described above all happen only once (at startup >> time). Assuming that we could safely optimize these cases, would it >> really make a significant difference? > > It

Re: Poor Tomcat 3.2.2 performance on Win32 with class reloading enabled

2001-07-06 Thread Remy Maucherat
> The cases you've described above all happen only once (at startup > time). Assuming that we could safely optimize these cases, would it > really make a significant difference? It wouldn't. While you were away, I did some profiling of the startup (since people complained), and it turns out tha

Re: Poor Tomcat 3.2.2 performance on Win32 with class reloading enabled

2001-07-04 Thread Stuart Roebuck
I've been hitting against getCanonicalPath myself recently in the context of Cocoon 2 and Tomcat 4 under Mac OS X. I've taken a look through some of the code of Tomcat and it appears that there are opportunities to cut down on calls to getCanonicalPath, but I'm conscious that I really am not a