We are using ECS in a production environment.
The performance of our site is dominated by things
other than ECS. We did some benchmarks and ECS
does seem kinda slow, but since other parts of
our system are slower, we haven't been motivated
to really go after speeding up ECS.
For the next version of our s/w, we expect to move
more of the HTML into files using WebMacro and
reduce our use of ECS. This is NOT due to ECS performance
but rather a desire to have better code -- to reduce
the amount of HTML embedded in java.
If ECS performance is a BIG problem for you, then
I suspect you've got more problems than just ECS...,
ie, you've undersized your server or you're using
the wrong JVM, or .... Benchmarking the performance
of your application almost always yields suprising
news about bottlenecks... it's rarely what you think!
-Nick
--
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]