Hi Denis,

It's essential that you read the stream to the end and close it!
When you are using the AtomPub binding this is the socket stream and dangling socket connections can affect subsequent calls.

I can't tell you, why it is slow for you. There is no specific DotCMIS code here. It is using standard .Net framework classes for all of this.


Florian



Hi Everyone



I use DotCMIS to integrate my app with Alfresco. One of the task is to
download document content.

I use method IDocumet.GetContentStream() that returns IContentStream. Then
the content can be read from the stream IContentStream.Stream.

The question is should the IContentStream.Stream be closed after the data
has been read or it's closed automatically?

The problem I encountered is the stream close operation was performed very
slowly.



Best regards,

Denis Andreev




Reply via email to