commit | 9faf071acb1fa8ba514bc7a55ab4e7ff51c29362 | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@exceliance.fr> | Tue Sep 25 11:11:16 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 02 08:34:38 2012 +0200 |
tree | 508291461f43d690aedaffdc1a5458bcae4f5010 | |
parent | 4b3091e54e29829afad1a2af994ff75c39793e59 [diff] |
MINOR: ssl: add build param USE_PRIVATE_CACHE to build cache without shared memory It removes dependencies with futex or mutex but ssl performances decrease using nbproc > 1 because switching process force session renegotiation. This can be useful on small systems which never intend to run in multi-process mode.