Florian Müller created CMIS-967: ----------------------------------- Summary: Add support for asynchronous servlets Key: CMIS-967 URL: https://issues.apache.org/jira/browse/CMIS-967 Project: Chemistry Issue Type: Bug Components: opencmis-server Affects Versions: OpenCMIS 0.13.0 Reporter: Florian Müller Assignee: Florian Müller
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. -- This message was sent by Atlassian JIRA (v6.3.4#6332)