Reading Jason Hunter's book and some posts, it seems that you should set the
content-length method. This is true for any servlet?

I mean, the content-length header tells the client how much content it will
receive, so the client doesn't do another http request until all the data is
received. If the servlet (as in Jason's book example) returns a simple page,
why does setting the content-length improves the performance?

Regards

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to