Hi,

[Java 1.1.6, JSDK 2.1, HP-UX 10.20]

Could anyone please explain the comment below.

This is from the source code for the doGet method in
<jsdk2.1-dir>/src/javax/servlet/http/HttpServlet.java


 * If you can set the Content-Length header (with the
     * {@link javax.servlet.ServletResponse.#contentType} method),

     * the servlet

     * can use a persistent connection to return its response

     * to the client, improving performance dramatically.

     * If you cannot set Content-Length, you can sometimes avoid

     * the performance penalty if the response fits in an internal

     * buffer.

     *

TIA

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Vasudev Ram
Infosys Technologies Limited
Pune, India
Email : [EMAIL PROTECTED]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

___________________________________________________________________________
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