commit | 4b3091e54e29829afad1a2af994ff75c39793e59 | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@exceliance.fr> | Mon Sep 24 15:48:52 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 02 08:34:38 2012 +0200 |
tree | 4a63e0f07abe4b46fdc2f2603cb4a2297b9a7be4 | |
parent | 3603fbe0af68f0d88a5a69cbe973845a1ffef294 [diff] |
MINOR: ssl: disable shared memory and locks on session cache if nbproc == 1 We don't needa to lock the memory when there is a single process. This can make a difference on small systems where locking is much more expensive than just a test.