Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/postgresql.rst @ 290:6cbcdb965ad3
Orthanc 1.5.8
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 16 Oct 2019 15:13:27 +0200 |
parents | f29d75bc5c25 |
children | a5f7fc9fb611 |
comparison
equal
deleted
inserted
replaced
289:9223c3f26c1a | 290:6cbcdb965ad3 |
---|---|
245 Furthermore, the core of Orthanc does not currently support the replay | 245 Furthermore, the core of Orthanc does not currently support the replay |
246 of database transactions, which is necessary to deal with conflicts | 246 of database transactions, which is necessary to deal with conflicts |
247 between several instances of Orthanc that would simultaneously write | 247 between several instances of Orthanc that would simultaneously write |
248 to the database. | 248 to the database. |
249 | 249 |
250 As a consequence, as of Orthanc 1.5.7, when connecting multiple | 250 As a consequence, as of Orthanc 1.5.8, when connecting multiple |
251 Orthanc to a single database by setting ``Lock`` to ``false``, there | 251 Orthanc to a single database by setting ``Lock`` to ``false``, there |
252 should only be one instance of Orthanc acting as a writer and all the | 252 should only be one instance of Orthanc acting as a writer and all the |
253 other instances of Orthanc acting as readers only. Be careful to set | 253 other instances of Orthanc acting as readers only. Be careful to set |
254 the option ``SaveJobs`` to ``false`` in the configuration file of all | 254 the option ``SaveJobs`` to ``false`` in the configuration file of all |
255 the instances of Orthanc acting as readers. | 255 the instances of Orthanc acting as readers. |