Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/postgresql.rst @ 392:0fb9369e893e
Orthanc 1.6.1
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 21 Apr 2020 15:22:20 +0200 |
parents | 84e3a2612c36 |
children | c95817c254fe |
comparison
equal
deleted
inserted
replaced
391:4bc6bcd83ae5 | 392:0fb9369e893e |
---|---|
246 Furthermore, the core of Orthanc does not currently support the replay | 246 Furthermore, the core of Orthanc does not currently support the replay |
247 of database transactions, which is necessary to deal with conflicts | 247 of database transactions, which is necessary to deal with conflicts |
248 between several instances of Orthanc that would simultaneously write | 248 between several instances of Orthanc that would simultaneously write |
249 to the database. | 249 to the database. |
250 | 250 |
251 As a consequence, as of Orthanc 1.6.0, when connecting multiple | 251 As a consequence, as of Orthanc 1.6.1, when connecting multiple |
252 Orthanc to a single database by setting ``Lock`` to ``false``, there | 252 Orthanc to a single database by setting ``Lock`` to ``false``, there |
253 should only be one instance of Orthanc acting as a writer and all the | 253 should only be one instance of Orthanc acting as a writer and all the |
254 other instances of Orthanc acting as readers only. Be careful to set | 254 other instances of Orthanc acting as readers only. Be careful to set |
255 the option ``SaveJobs`` to ``false`` in the configuration file of all | 255 the option ``SaveJobs`` to ``false`` in the configuration file of all |
256 the instances of Orthanc acting as readers. | 256 the instances of Orthanc acting as readers. |