changeset 646:fe7b80fe3caf

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 24 Apr 2021 11:11:00 +0200
parents 187a18c6c646
children 314466d6f7f7
files Sphinx/source/faq/scalability.rst
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/faq/scalability.rst	Sat Apr 24 10:45:36 2021 +0200
+++ b/Sphinx/source/faq/scalability.rst	Sat Apr 24 11:11:00 2021 +0200
@@ -265,8 +265,10 @@
 from read-write transactions in order for the database engine to
 further optimize the patterns of access.
 
-Summarizing, the **multiple readers/writers** is now possible. Here
-is a drawing representing a possible deployment:
+Summarizing, the **multiple readers/writers** is now possible. Here is
+a drawing representing a possible deployment with 4 Orthanc servers,
+all sharing the same DICOM images, with some servers handling multiple
+connections to a PostgreSQL database for higher throughput:
 
 .. image:: ../images/2021-04-22-MultipleWriters.png
            :align: center