jsr340-experts@servlet-spec.java.net

[jsr340-experts] Re: Candidate for Servlet 3.1 Early draft review

From: Mark Thomas <markt_at_apache.org>
Date: Tue, 06 Mar 2012 14:08:44 +0000

On 06/03/2012 09:30, Remy Maucherat wrote:
> On Mon, 2012-03-05 at 21:27 +0000, Mark Thomas wrote:

>> HTTP Upgrade
>>
>> 1. I don't see why ProtocolHandler#outputReady() is required. Data is
>> written to the OutputStream of the WebConnection which the container
>> then writes to the client.
>
> Avoiding blocking on output in needed for scalability.

OK. I'll buy that. I'd like to see a much clearer proposal for exactly
how this is expected to work.

Mark