Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
OpenCMIS 0.13.0
-
None
Description
Asynchronous servlets would allow the execution of CMIS requests in one or more dedicated thread pools. That can help to control and limit the resources used by CMIS clients. It also decouples long running CMIS requests (e.g. the download of a huge document over a slow connection) from the thread pool of the servlet engine.