Best Practices
Non-blocking HTTP-IO: Asynchronous Middleware Wiring
Abstract This article is about the non-blocking HTTP-IO semantics for Java Application Server Middleware Instances. Non-Blocking HTTP-IO in the context of Asynchronous Request Processing was introduced with the JSR 315 (Servlet 3.0) specification back in 2009 (that is also part of JAX-RS 2.0) [1,2,3]. Its purpose is to increase the Read more…