]> git.pld-linux.org Git - packages/Firebird.git/blobdiff - server_mode-ss.conf
- updated to 3.0.2.32703
[packages/Firebird.git] / server_mode-ss.conf
diff --git a/server_mode-ss.conf b/server_mode-ss.conf
new file mode 100644 (file)
index 0000000..e5986cc
--- /dev/null
@@ -0,0 +1,18 @@
+# ============================
+# Settings for Architecture Configuration
+# ============================
+
+#
+# Controls the method Firebird engine uses to work with databases and
+# related Firebird server startup parameters.
+#
+# The values are:
+# Super / ThreadedDedicated - databases are opened exclusive by single server process,
+#      attachments share single DB pages cache inside process
+# SuperClassic / ThreadedShared - databases are opened by single server process,
+#      but it does not prevent opening them in other processes (embedded access),
+#      each attachment has its own DB pages cache
+#
+# Type: string
+#
+ServerMode = Super
This page took 0.022875 seconds and 4 git commands to generate.