|
Description:
|
The fix to bug 2185 helped. I now don't see the open() calls (and I see a pretty dramatic performance gain) -- that is, until I restart Resin and Quercus loads the compiled Java classes from the previous run. Then the old behavior comes back: lots of open() calls on the Java .class files that contain PHP classes, and not-so-great performance.
In this case I'm not running Resin under a debugger or rebuilding it or anything, just running bin/httpd.sh.
I removed WEB-INF/work/_quercus before starting my testing, so this isn't an issue with classes generated before the fix to 2185. |