> From: David kerber [mailto:dcker...@verizon.net] 
> Subject: Re: Performance for many small requests

> > You could also use the NIO connector which allows you 
> > to have fewer threads serve more requests without the 
> > keepalive-expiration delay.

> Thanks, I'll take a look at this.

NIO may incur slightly more overhead due to thread switching.  You'll have to 
measure to see if it's of any benefit.

> > Looks like this connector has very little configuration.
> > Is that because you aren't using it?

> I didn't touch it because I don't know what to do with 
> it, and didn't know if deleting it would cause a problem.

It's perfectly safe to comment it out or remove it.  Doing so is unlikely to 
have any effect on performance.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to