I've finished the backwards support for the 1.3 EL and have migrated the
first mini-app over from 1.3 to 2.0 with almost zero effort: the
monthlist test.

I wanted to share the performance numbers:

 * WebWork 1.3 scored 80ms
 * WebWork 2.0 w/ old EL support scored 550ms
 * WebWork 2.0 w/ new EL scored 300ms

I'm not really worried about the old EL support, as I can speed up in a
few areas (especially by caching the Pattern objects used in the regex
logic). However, the 3X - 4X speed decrease is certainly not good. I
expect the new EL to be a bit slower given new features added (type
conversion requires evaluation tracing). My target is no more than a 10%
slowdown. Anyway, I'll be working on this for the next couple of days.

-Pat



-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to