changeset 293:bd1f308a5fd2

Add ChunkedTransfers warning (issue #156)
author Michel Rozpendowski <mro@osimis.io>
date Fri, 20 Dec 2019 15:36:50 +0100
parents 8aa416899db4
children b4b9ceebe64d
files Sphinx/source/plugins/dicomweb.rst
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/plugins/dicomweb.rst	Mon Dec 16 10:09:42 2019 +0100
+++ b/Sphinx/source/plugins/dicomweb.rst	Fri Dec 20 15:36:50 2019 +0100
@@ -203,7 +203,10 @@
   this option to ``true`` is the best choice to reduce memory
   consumption. However, it must be set to ``false`` if the remote
   DICOMweb server is Orthanc <= 1.5.6, as chunked transfer encoding is
-  only supported starting with Orthanc 1.5.8.
+  only supported starting with Orthanc 1.5.8. Beware setting ``ChunkedTransfers``
+  to ``true`` utilizes all CPU resources which results in extremely low throughput
+  as of version 1.0 of the DICOMweb plugin (see
+  `issue 156 <https://bitbucket.org/sjodogne/orthanc/issues/156/>`__ for status).
 
 You'll have to convert the JSON array into a JSON object to set these
 options::