On Thu, 10 May 2001, kevin seguin wrote:

> 
> > The whole idea is to avoid expensive operations until they are actually
> > needed - most servlets don't read all the headers, so there's no need to
> > create the strings and hash them. ( it's not even needed to convert from
> > bytes to chars - another expensive operation ).
> > 
> 
> 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. 




Costin


Reply via email to