Re: DotCMIS query

2014-09-22 Thread Florian Müller
Hi Rajendra, Your code looks good. DotCMIS doesn't buffer the content. It reads 4k blocks from the stream and sends them. HTTP chunking is turned on by default. That is, also the HTTP client shouldn't (!) buffer the content. Does SPFile.OpenBinaryStream buffer the content under some circumstan

Re: DotCMIS query

2014-09-20 Thread Sascha Homeier
Hi Rajendra, This sounds like the effect Florian told me about when using non chunked Transfer encoding (due to the required length the document is prepared in Memory at whole). Maybe a Transfer in chunks will help you. I do not know about DotCmis but Maybe there is an Option to create a parti

DotCMIS query

2014-09-20 Thread Sethi, Rajendra
Hi there, I am working on SharePoint 2010 (CMIS client) to FileNet P8 5.1 (CMIS Server 1.0) content transfer using CMIS and here we are implementing DotCMIS library in SharePoint to initiate file transfer requests targeted for FileNet. We have large files transfer scenarios and while doing some