+
i'm using httpclient (io) but would like to give nio a chance.

would be happy to learn from your work


On Tue, Feb 28, 2012 at 10:48 PM, Mark Thornton <[email protected]>wrote:

> On 28/02/12 21:07, William Speirs wrote:
>
>> Mark-
>>
>> Have you looked at SPDY? It handles the "multiplexing" that you're looking
>> for with respect to out-of-order requests.
>>
>> I started to try and implement SPDY inside of HttpComponents, but didn't
>> get super far (that probably lacks my latest changes):
>> https://github.com/wspeirs/**SPDYComponents<https://github.com/wspeirs/SPDYComponents>
>>
>> If you'd be interested in working on such a thing, let me know.
>>
>> Bill-
>>
> I haven't looked at it yet. I am hopeful of getting the pipelining working
> sometime tomorrow. Doing a replacement for AsyncNHttpServiceHandler at the
> moment. In this case it seems straight forward to support both pipelining
> and CONTINUE, at least with my interpretation of the rfc. That should
> suffice to get my code working.
>
> Our reason for using http in the first place was the ease of using a
> browser for testing. While it doesn't test the pipelining it does make it
> easy to very the basic results. I will have a look at SPDY once my
> immediate task is complete.
>
> By the way, is anyone interested in seeing my handlers with (in order)
> pipeline support?
>
> Thanks for your interest
>
> Mark
>
>
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to