MINOR: ssl: add build param USE_PRIVATE_CACHE to build cache without shared memory
authorEmeric Brun <ebrun@exceliance.fr>
Tue, 25 Sep 2012 09:11:16 +0000 (11:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 2 Oct 2012 06:34:38 +0000 (08:34 +0200)
commit9faf071acb1fa8ba514bc7a55ab4e7ff51c29362
tree508291461f43d690aedaffdc1a5458bcae4f5010
parent4b3091e54e29829afad1a2af994ff75c39793e59
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.
Makefile
include/proto/shctx.h
src/shctx.c