I am working on a servlet that will be served from tomcat which is
connected to apache.  Currently I have the servlet being handled by
tomcat, and the image handled by apache.
Won't this require 2 get requests by the browser?  One being the image,
and one being the servlet?
Unfortunately, this is an SSL protected site and none of the pages are
cached.  So my question is, what is the best approach with performance in
mind?  What is the fasted way to get the image and dynamic HTML back to
the browser ?


Thank you for your help in advance.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to