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

Mala Bankal mala.bankal at oracle.com
Wed Jul 11 10:58:09 PDT 2012


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/20120711/0b3f51f4/attachment.html 


More information about the jdk6-dev mailing list