spring-ws icon indicating copy to clipboard operation
spring-ws copied to clipboard

Support for the Servlet Async API

Open mdeinum opened this issue 11 months ago • 0 comments

Currently Spring WS only leverages the regular Servlet API with blocking the request handling thread. This could be improved by also allowing support for the async features of the Servlet API. Maybe parts of the async support in Spring MVC can be leveraged for this.

mdeinum avatar Jan 16 '25 08:01 mdeinum