On Tue, 2012-02-28 at 21:48 +0000, Mark Thornton 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 > > > > 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? >
Mark You are also welcome to contribute such implementation to the project, but ideally in this case it should be consistent with the 4.2 API Cheers Oleg > Thanks for your interest > > Mark > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
