You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Francesco Uliana (JIRA)" <ji...@apache.org> on 2015/02/02 13:47:35 UTC

[jira] [Commented] (CMIS-888) Make RepositoryInfo Cacheable

    [ https://issues.apache.org/jira/browse/CMIS-888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14301226#comment-14301226 ] 

Francesco Uliana commented on CMIS-888:
---------------------------------------

I would like to implement my new application (basically an Alfresco CMIS client) totally stateless (no HTTPSession etc.) but the overhead caused by the requests to repository info (AKAIK using alfresco, is always the same repository info for every user AFAIK) is too high...

> Make RepositoryInfo Cacheable
> -----------------------------
>
>                 Key: CMIS-888
>                 URL: https://issues.apache.org/jira/browse/CMIS-888
>             Project: Chemistry
>          Issue Type: Improvement
>          Components: opencmis-client-bindings
>    Affects Versions: OpenCMIS 0.12.0
>            Reporter: Francesco Uliana
>            Priority: Minor
>
> each time I create a new org.apache.chemistry.opencmis.client.api.Session with org.apache.chemistry.opencmis.client.runtime.SessionFactoryImpl#createSession(..)  the cmis client perform an HTTP GET request to "/alfresco/api/-default-/public/cmis/versions/1.1/atom?repositoryId=-default".
> The response from alfresco is always the same, could you allow some kind of policy to cache globally RepositoryInfo?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)