> > i'm going to go with the "get it to work first, optimize it later"
> > approach :)
> 
> Good, as long as you remember you're going to do the "later" part :-)
> 
> This is one of the critical pieces in the container performance.
> 

in looking at MessageBytes and the rest of the
org.apache.tomcat.util.buf package, it seems that the entire package
could be lifted out of tomcat 3.3. without a problem.  unless i missed
something, it only depends on one other tomcat internal, StringManager. 
seems like this package would be an important part of optimization (lazy
eval)...  true?

Reply via email to