----------------------------------------------------------------
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!!!
----------------------------------------------------------------

That is fantastic. I am do load testing and have run into a bottle neck that
I cannot indentify. It could be connect setup overhead. Is there anything I
can do under 1.0 to make the handling better under heavy concurrent load?

- Dustin -

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Pierpaolo
Fumagalli
Sent: Tuesday, October 26, 1999 12:47 AM
To: Java Apache Users
Subject: Re: iPlanet vs JServ/C2


----------------------------------------------------------------
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]



--
--------------------------------------------------------------
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