comparison Sphinx/source/faq/scalability.rst @ 744:32be8356e55a

jobs limitation with multiple writers/readers
author Alain Mazy <am@osimis.io>
date Mon, 02 Aug 2021 09:24:44 +0200
parents 97e6a0431c5e
children 1c125224a9e9
comparison
equal deleted inserted replaced
743:7bda641d5d40 744:32be8356e55a
297 * If a higher-level application **modifies metadata and/or 297 * If a higher-level application **modifies metadata and/or
298 attachments** in the presence of multiple writers, Orthanc provides 298 attachments** in the presence of multiple writers, Orthanc provides
299 a :ref:`revision mechanism <revisions>` to prevent concurrent 299 a :ref:`revision mechanism <revisions>` to prevent concurrent
300 updates. 300 updates.
301 301
302 * Each Orthanc instance maintains its own list of jobs; therefore, the
303 `/jobs` route will return only the jobs of the responding Orthanc.
302 304
303 305
304 Latency 306 Latency
305 ^^^^^^^ 307 ^^^^^^^
306 308