Hi, other than "no optimizations yet", is there a reason why PageContextImpl turns off the EL caches ? Turning them on boosts performance a lot for me.
PS: should I post bugzilla requests for that ? Matthias -- Matthias Ernst Software Engineer CoreMedia - Smart Content Technology
==== //coremedia/thirdparty/apache/jakarta-jasper2/src/share/org/apache/jasper/runtime/PageContextImpl.java#2 - /home/mernst/p4/main/thirdparty/apache/jasper2/src/share/org/apache/jasper/runtime/PageContextImpl.java ==== @@ -121,7 +121,7 @@ // The expression evaluator, for evaluating EL expressions. private static ExpressionEvaluatorImpl elExprEval - = new ExpressionEvaluatorImpl(true); + = new ExpressionEvaluatorImpl(false); // The variable resolver, for evaluating EL expressions. private VariableResolverImpl variableResolver;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]