comparison Sphinx/source/users/advanced-rest.rst @ 672:8bda16db46cf

SynchronousCMove: Synchronous vs. asynchronous C-MOVE SCP
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 03 May 2021 14:31:42 +0200
parents bc8fa2bf4cf7
children 17c1ff4e6ae4
comparison
equal deleted inserted replaced
671:bc8fa2bf4cf7 672:8bda16db46cf
35 Note that the queue of pending jobs has a maximum size (check out the 35 Note that the queue of pending jobs has a maximum size (check out the
36 ``LimitJobs`` option). When this limit is reached, the addition of new 36 ``LimitJobs`` option). When this limit is reached, the addition of new
37 jobs is blocked until some job finishes. 37 jobs is blocked until some job finishes.
38 38
39 39
40
41 .. _jobs-synchronicity:
40 42
41 Synchronous vs. asynchronous calls 43 Synchronous vs. asynchronous calls
42 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 44 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
43 45
44 Some calls to the REST API of Orthanc need time to be executed, and 46 Some calls to the REST API of Orthanc need time to be executed, and