]> git.ipfire.org Git - thirdparty/squid.git/commit
SMP shared cache with timeouts for squid
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Sun, 12 Jan 2014 17:15:45 +0000 (19:15 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Sun, 12 Jan 2014 17:15:45 +0000 (19:15 +0200)
commitf28b12e7d079a7a57c021c14f02516da86c8f010
treef9d2c52d46cfbeeb3f7d29531ee91badaaf6180f
parent432ad89c9b011a9e7a40adc7366eb27a0b93daef
SMP shared cache with timeouts for squid

This patch investigates the Ipc::MemMap class which is a shared cache with
timeouts for use with squid SMP.

TODO: Ipc::MemMap class has similar interfaces and functionality with the
Ipc::StoreMap class. These two classes should implemented as kid classes of
an Ipc::SharedCache class which encompass features from Ipc::MemMap and
Ipc::StoreMap classes.

This is a Measurement Factory project
src/ipc/Makefile.am
src/ipc/MemMap.cc [new file with mode: 0644]
src/ipc/MemMap.h [new file with mode: 0644]