RE: A couple of issues...

On Fri, 23 Apr 2004, Laird, Brian wrote:

> I am trying those now, can you explain them or point me to the docs that
> explain them.  I just want to understand what exactly I am tuning.
Ok, comments inline

>
> Thanks,
> Brian
>
> -----Original Message-----
> From: Yves Lafon [mailto:ylafon@w3.org]
> Sent: Friday, April 23, 2004 9:48 AM
> To: Laird, Brian
> Cc: www-jigsaw@w3.org
> Subject: RE: A couple of issues...
>
> On Fri, 23 Apr 2004, Laird, Brian wrote:
>
> > Yves,
> >
> > Here is my current server configuration.  Let me know if you see
> > anything that should be changed.  In the future, we plan on turning off
> > keep alives because it helps our load balancer better.
>
> Try to add those:
> org.w3c.www.protocol.http.connections.max=50 (maybe more)
The maximum number of simulatenous connections

> org.w3c.www.protocol.http.lenient=true
lenient parsing mode (allow for semi-broken HTTP to go through)

> org.w3c.www.protocol.http.keepbody=false
keepbody is to try to use an idle connection for requests that have an
entity, in some case it might not be practical (ie: to do mark/reset)

> org.w3c.www.protocol.http.connections.timeout=60000
The maximum time waiting on a read for a socket.

> org.w3c.www.protocol.http.connections.connTimeout=5000
The maximum amount of time allowed to attempt a TCP connection

-- 
Yves Lafon - W3C
"Baroula que barouleras, au tiéu toujou t'entourneras."

Received on Friday, 23 April 2004 11:41:33 UTC