On Tue, 2006-05-16 at 21:42 -0700, Abele Zhang wrote:
> Hi, 
> 
> I'm having an issue of https request handshaking on every request.
> Functionally, it works ok. But it caused my tiny embedded web server
> overloaded after couple requests. 
> I turned on the JSSE debug and saw handshaking on every request. And I
> tried add "Connection: keep-alive" and "Keep-Alive:300" in http header,
> didn't see any difference.
> Any suggestions are welcome. 
>  
> I'm using EasySSLProtocolSocketFactory added a bit tweaks with
> httpclient 3.0.1 and sun jdk 1.5.0_05-b05 on redhat ES4. 
> 
> Thanks. 
> 
> Abele
> 

Abele,

I think I know the cause of the problem. I believe the stale connection
check is likely to have failed and caused HttpClient to have dropped
those connections. Please disable the stale connection checking and see
if that makes any difference.

Cheers,

Oleg

> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to