On Thu, 2011-09-08 at 20:41 -0400, Bill Speirs wrote: > Oleg, this all looks GREAT! When can we expect another alpha release > with these changes incorporated? > > Thanks for all the hard work! > > Bill- >
Thanks, Bill I would like to cut a release as soon as possible, but there is still work to be done. The async service handler needs further improvement. HTTPCORE-272 needs to be looked into. And unit tests are lacking. I would like to have it all wrapped up by the end of the month the latest. Cheers Oleg > On Thu, Sep 8, 2011 at 6:16 PM, Oleg Kalnichevski <[email protected]> wrote: > > Folks > > > > New async protocol handlers are complete and stable enough to get a feel > > of how the new API is shaping up. > > > > Non-blocking, zero-copy file server example > > > > new: > > http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpServer.java > > old: > > http://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.1.x/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpServer.java > > > > Non-blocking client example > > > > new: > > http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java > > old: > > http://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.1.x/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClient.java > > > > Non-blocking reverse proxy example > > > > new: > > http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpReverseProxy.java > > old: > > http://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.1.x/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpReverseProxy.java > > > > The difference in the client and the proxy code is especially > > noticeable, even in terms of lines of code necessary it takes to get the > > same things done. > > > > Feel free to take a look and let me know what you think. > > > > Oleg > > > > > > --------------------------------------------------------------------- > > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
