On Sun, 27 May 2001, kevin seguin wrote:

> > The buffers do belong to jakarta-tomcat-connectors/util, and in a perfect
> > world we wouldn't have them duplicated - 3.3 should only use what's in
> > connectors.
> > 
> > I wouldn't mind making tomcat-connectors/util the "master" source for the
> > buffer stuff, but it needs some changes in the build scripts. I'm not sure
> > how other people would feel about this - we are very close to 3.3beta.
> > 
> 
> it would be great to have the buffer code in one place, but, i've never
> really been comfortable with jakarta-tomcat-connectors/util being that
> place.  it would make more sense to me to have something like
> jakarta-tomcat-util, where common utility code like the buffers stuff
> could live.  jtc should be just for connectors.
> 
> if people don't want a whole new module for utility code, then i suppose
> jtc is the next best place...

I agree - it may even be the best place. It's very low-level code, it must
be part of and integrated in the connector - and upper levels should use
it. 

Most of the performance comes from the lower level, the protocol and the
connector implementation is going to be critical - and having control over
the low-level representation is very important.

The only problem is that right now ( with 3.3 so close ) we may have to
keep them in sync. But we can try ( if Larry is ok with that ) to change
the build scripts and use a single copy - in jtc.

Costin



Reply via email to