You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Rum Pel <ru...@hotmail.com> on 2002/08/06 05:46:47 UTC

High load servlets

At some site, somebody gives a tip on high load servlets that
"Hand off requests for static resources directly to the web server by 
specifying the URL, not by redirecting from the servlet. "

But doesnt this affect the round-trip performance? I understand
this reduces load on the server for the moment, but does it scale up?

Another one:
"Use separate webservers to deliver static and dynamic content."

Is this to make the delivary of static content fast?



_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>