From a3f0dec3f6005b3a3003f7fc1d9118b8e3017452 Mon Sep 17 00:00:00 2001
From: Graham Leggett
This makes use of a DBM hashfile on the local disk to synchronize the local OpenSSL memory caches of the server - processes. This session cache may suffer reliability issues under - high load.
+ processes. This session cache may suffer reliability issues under + high load. To use this, ensure that +shmcb:/path/to/datafile
[(
size)
]
@@ -459,7 +460,8 @@ The following five storage types are currently supported:
(approx. size bytes in size) inside a shared memory
segment in RAM (established via /path/to/datafile
) to
synchronize the local OpenSSL memory caches of the server
- processes. This is the recommended session cache.dc:UNIX:/path/to/socket
@@ -470,7 +472,8 @@ The following five storage types are currently supported:
for example, UNIX:/path/to/socket
specifies a UNIX
domain socket (typically a local dc_client proxy);
IP:server.example.com:9001
specifies an IP
- address.