You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Florian Müller (JIRA)" <ji...@apache.org> on 2016/01/22 16:53:39 UTC

[jira] [Created] (CMIS-967) Add support for asynchronous servlets

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)