Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/postgresql.rst @ 336:a5f7fc9fb611
Orthanc 1.6.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 18 Mar 2020 15:15:39 +0100 |
parents | 6cbcdb965ad3 |
children | 011b01ccf52d |
comparison
equal
deleted
inserted
replaced
335:b7f045b23faa | 336:a5f7fc9fb611 |
---|---|
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.8, when connecting multiple | 250 As a consequence, as of Orthanc 1.6.0, 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. |