comparison Sphinx/source/faq/transfer-atomicity.rst @ 823:9e953bba1b21

added stone_webviewer_troubleshooting
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Mar 2022 08:13:32 +0100
parents 0f4f11636193
children d37e987c312a
comparison
equal deleted inserted replaced
822:0f4f11636193 823:9e953bba1b21
1 .. _dcmtk-tricks: 1 .. _transfer_atomicity:
2 2
3 How to guarantee study transfer atomicity ? 3 How to guarantee study transfer atomicity?
4 ========================================= 4 ==========================================
5 5
6 .. contents:: 6 .. contents::
7 :depth: 3 7 :depth: 3
8 8
9 Introduction 9 Introduction
109 a ``StableStudy`` event might be triggered even if the study was not fully received. 109 a ``StableStudy`` event might be triggered even if the study was not fully received.
110 110
111 111
112 **Note**: 112 **Note**:
113 113
114 * In earlier Orthanc versions, ``ChunkedTransfers`` was disabled, and the whole study 114 * In earlier Orthanc versions, ``ChunkedTransfers`` was disabled, and
115 was transmitted in a single HTTP request and parsed only once the full HTTP request 115 the whole study was transmitted in a single HTTP request and parsed
116 had been received. Therefore, the whole study was stored at once on the destination. 116 only once the full HTTP request had been received. Therefore, the
117 However, note that ``ChunkedTransfers`` is enabled by default on every Orthanc server 117 whole study was stored at once on the destination. However, note
118 but it can be disabled in the client configuration. Also note that studies bigger than 118 that ``ChunkedTransfers`` is enabled by default on every Orthanc
119 2 GB can not be transferred with ``ChunkedTransfers`` disabled which means it is not 119 server but it can be disabled in the client configuration. Also
120 recommended to perform transfers with disabled ``ChunkedTransfers``. 120 note that studies bigger than 2 GB can not be transferred with
121 ``ChunkedTransfers`` disabled which means it is not recommended to
122 perform transfers with disabled ``ChunkedTransfers``.
121 123
122 124
123 125
124 Orthanc Rest API 126 Orthanc Rest API
125 ---------------- 127 ----------------