Request for approval (7157903 : JSSE client sockets are very slow) for 6-open

Kelly O'Hair kelly.ohair at oracle.com
Fri Jul 13 09:41:12 PDT 2012


Approved.

Mala, you should add yourself to the jdk6-dev mailing list so the mailman is less likely to block your emails.

-kto

On Jul 11, 2012, at 10:58 AM, Mala Bankal wrote:

> HI, 
> 
> Request approval for : 
> 7157903 JSSE client sockets are very slow 
> for 6-open 
> 
> webrev : 
> http://cr.openjdk.java.net/~mbankal/7157903/webrev.00/ 
> 
> Nagle Algorithm (TCP_NODELAY) which affects small packets is false by default. 
> As a result, the kernel was throttling the JSSE output waiting for the peer's TCP ACK 
> before sending the next packet. Fix is to combine the small/output packets if TCP_NODELAY 
> is not active. 
> 
> JDK8 and JDK7 integrations : 
> http://hg.openjdk.java.net/jdk8/tl/jdk/rev/10480cf00dcd 
> http://hg.openjdk.java.net/icedtea/jdk7/jdk/rev/0b287839e567 
> 
> rgds 
> mala 
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/jdk6-dev/attachments/20120713/d14e8df7/attachment.html 


More information about the jdk6-dev mailing list