> From: Peter Crowther [mailto:peter.crowt...@melandra.com]
> Subject: RE: Performance with many small requests
> 
> That said, if a client has multiple data items to send in rapid
> succession, does it accumulate those and batch them, or does it send
> each one as a different request?  Or does the situation never arise?

Continuing with that thought, are the requests from a single client frequent 
enough to warrant using keepalives?  Building and tearing down the TCP session 
on each request might be adding noticeable delay, although your analysis of the 
heap dumps hasn't shown that yet.

 - 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