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 2015/11/13 17:15:11 UTC

[jira] [Commented] (CMIS-955) Increase buffers to improve content upload performance

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

Florian Müller commented on CMIS-955:
-------------------------------------

DotCMIS: Increased the buffers as suggest by AJ Weber.
PortCMIS: Nothing to do.

> Increase buffers to improve content upload performance
> ------------------------------------------------------
>
>                 Key: CMIS-955
>                 URL: https://issues.apache.org/jira/browse/CMIS-955
>             Project: Chemistry
>          Issue Type: Improvement
>          Components: dotcmis, portcmis
>            Reporter: Florian Müller
>            Assignee: Florian Müller
>
> Adding and increasing buffers can dramatically improve performance when data is POSTed to the server 



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

Re: [jira] [Commented] (CMIS-955) Increase buffers to improve content upload performance

Posted by Florian Müller <fm...@apache.org>.
By default, PortCMIS uses System.Net.Http.HttpClient. It can also be 
configured by to use Windows.Web.Http.HttpClient.

The stream handling is done by those or related classes.


- Florian


> Curious:  What is PortCMIS using for HTTP-REST-ATOMPUB if not
> HttpWebRequest and similar code to stream the content?
> 
> On 11/13/2015 11:15 AM, Florian Müller (JIRA) wrote:
>>      [ 
>> https://issues.apache.org/jira/browse/CMIS-955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15004192#comment-15004192 
>> ]
>> 
>> Florian Müller commented on CMIS-955:
>> -------------------------------------
>> 
>> DotCMIS: Increased the buffers as suggest by AJ Weber.
>> PortCMIS: Nothing to do.
>> 
>>> Increase buffers to improve content upload performance
>>> ------------------------------------------------------
>>> 
>>>                  Key: CMIS-955
>>>                  URL: https://issues.apache.org/jira/browse/CMIS-955
>>>              Project: Chemistry
>>>           Issue Type: Improvement
>>>           Components: dotcmis, portcmis
>>>             Reporter: Florian Müller
>>>             Assignee: Florian Müller
>>> 
>>> Adding and increasing buffers can dramatically improve performance 
>>> when data is POSTed to the server
>> 
>> 
>> --
>> This message was sent by Atlassian JIRA
>> (v6.3.4#6332)


Re: [jira] [Commented] (CMIS-955) Increase buffers to improve content upload performance

Posted by AJ Weber <aw...@comcast.net>.
Curious:  What is PortCMIS using for HTTP-REST-ATOMPUB if not 
HttpWebRequest and similar code to stream the content?

On 11/13/2015 11:15 AM, Florian Müller (JIRA) wrote:
>      [ https://issues.apache.org/jira/browse/CMIS-955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15004192#comment-15004192 ]
>
> Florian Müller commented on CMIS-955:
> -------------------------------------
>
> DotCMIS: Increased the buffers as suggest by AJ Weber.
> PortCMIS: Nothing to do.
>
>> Increase buffers to improve content upload performance
>> ------------------------------------------------------
>>
>>                  Key: CMIS-955
>>                  URL: https://issues.apache.org/jira/browse/CMIS-955
>>              Project: Chemistry
>>           Issue Type: Improvement
>>           Components: dotcmis, portcmis
>>             Reporter: Florian Müller
>>             Assignee: Florian Müller
>>
>> Adding and increasing buffers can dramatically improve performance when data is POSTed to the server
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)