Remy Maucherat wrote:
I agree. I'm kinda running out of optimization ideas, though (I don't
know if you profiled the regular request processing lately, but
there's really nothing left). There doesn't seem to be too much which
is doable with the startup overall.
I've found that the parsing of th
Remy Maucherat wrote:
Filip Hanik - Dev wrote:
The Java VM does this through file handling, we would have to find
out where it issues this call and if we can get around it. The
Tomcat developers are not calling stat anywhere in the code, but the
underlying JVM code does, we just don't know where