comparison Sphinx/source/plugins/dicomweb.rst @ 293:bd1f308a5fd2

Add ChunkedTransfers warning (issue #156)
author Michel Rozpendowski <mro@osimis.io>
date Fri, 20 Dec 2019 15:36:50 +0100
parents 6cbcdb965ad3
children 0078d465c768
comparison
equal deleted inserted replaced
292:8aa416899db4 293:bd1f308a5fd2
201 server does not support `HTTP chunked transfer encoding 201 server does not support `HTTP chunked transfer encoding
202 <https://en.wikipedia.org/wiki/Chunked_transfer_encoding>`__. Setting 202 <https://en.wikipedia.org/wiki/Chunked_transfer_encoding>`__. Setting
203 this option to ``true`` is the best choice to reduce memory 203 this option to ``true`` is the best choice to reduce memory
204 consumption. However, it must be set to ``false`` if the remote 204 consumption. However, it must be set to ``false`` if the remote
205 DICOMweb server is Orthanc <= 1.5.6, as chunked transfer encoding is 205 DICOMweb server is Orthanc <= 1.5.6, as chunked transfer encoding is
206 only supported starting with Orthanc 1.5.8. 206 only supported starting with Orthanc 1.5.8. Beware setting ``ChunkedTransfers``
207 to ``true`` utilizes all CPU resources which results in extremely low throughput
208 as of version 1.0 of the DICOMweb plugin (see
209 `issue 156 <https://bitbucket.org/sjodogne/orthanc/issues/156/>`__ for status).
207 210
208 You'll have to convert the JSON array into a JSON object to set these 211 You'll have to convert the JSON array into a JSON object to set these
209 options:: 212 options::
210 213
211 { 214 {