hg: jdk8/tl/jdk: 7068617: Core libraries don't build with javac -Xlint:all -Werror

2011-07-20 Thread jonathan . gibbons
Changeset: 9505edecc8b5 Author:jjg Date: 2011-07-20 12:19 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/9505edecc8b5 7068617: Core libraries don't build with javac -Xlint:all -Werror Reviewed-by: darcy Contributed-by: alexandre.boulga...@oracle.com ! make/java/java/Makefile

Re: Code Review 7068416: Lightweight HTTP Server should support TCP_NODELAY

2011-07-20 Thread Chris Hegarty
On 07/20/11 03:56 PM, Alan Bateman wrote: Chris Hegarty wrote: Hi Michael, It has been noticed that there is a perceived delay in response from the Lightweight HTTP Server implementation that ships with the JDK, compared to other production HTTP Servers. The cause for this delay has been identi

Re: Code Review 7068416: Lightweight HTTP Server should support TCP_NODELAY

2011-07-20 Thread Alan Bateman
Chris Hegarty wrote: Hi Michael, It has been noticed that there is a perceived delay in response from the Lightweight HTTP Server implementation that ships with the JDK, compared to other production HTTP Servers. The cause for this delay has been identified as the Nagle algorithm buffering th

Re: Code Review 7068416: Lightweight HTTP Server should support TCP_NODELAY

2011-07-20 Thread Michael McMahon
Looks fine. Thanks, Michael. On 20/07/11 11:10, Chris Hegarty wrote: Hi Michael, It has been noticed that there is a perceived delay in response from the Lightweight HTTP Server implementation that ships with the JDK, compared to other production HTTP Servers. The cause for this delay has b

Code Review 7068416: Lightweight HTTP Server should support TCP_NODELAY

2011-07-20 Thread Chris Hegarty
Hi Michael, It has been noticed that there is a perceived delay in response from the Lightweight HTTP Server implementation that ships with the JDK, compared to other production HTTP Servers. The cause for this delay has been identified as the Nagle algorithm buffering the response data until