Performance Issue / FS Checks

2005-12-21 Thread Georg Hüttenegger
Hi, after a little bit of analyzing I found out that cocoon does a lot of file system checks for the last modification time (of java script files) even if reload scripts is turned off. I have made two small changes in org\apache\cocoon\components\flow CompilingInterpreter.java and org\apache\coco

Performance Issue / Class Loading by Rhino

2005-12-12 Thread Georg Hüttenegger
Hi, after doing some profiling and analysis I have found that rhino is doing a lot of class loading which often fails. This is coming from NativeJavaPackage.java / getPkgProperty (a lot of ClassNotFoundException exceptions are thrown and catched there). This stems from references in a flow script