----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Dustin Goodwin wrote:
> 
> What will 1.1 do for socket connection overhead?
> 
Right now, for every request made to the web server, we open a socket to
JServ, pass the request, and close the socket. In 1.1 the socket between
the web server and JServ is kept open and headers/parameters passed
between the two are optimized and reduced to the minimum. So we are
planning to remove most of the overhead on "small" requests (<10kb).

        Pier
-- 
Pierpaolo Fumagalli - IBM Center for Java Technologies
<mailto:[EMAIL PROTECTED]>   <mailto:[EMAIL PROTECTED]>


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to