Folks (especially those using server side components)

There has been a number of significant changes in non-blocking HttpCore
in SVN trunk. Now both client and server side asynchronous protocol
handers are capable of pipelined request execution and processing.
Pipelining is a tricky business, so regressions are very likely. Please
do try to get around to testing HttpCore trunk with your software and
let me know of any issues you encounter.  

Pipelining client example can be found here:

http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/PipeliningHttpClient.java
 

Another improvement you may find useful are simplified, builder-like
HTTP server bootstrap classes for both blocking and non-blocking i/o
models. Check them out:

http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcore/src/examples/org/apache/http/examples/HttpFileServer.java
http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpFileServer.java

Oleg


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to