On Mon, Feb 28, 2011 at 18:26, Simone Caruso <i...@simonecaruso.com> wrote: > I wrote a simple cache inside my module with apr_shm and apr_rmm
Simone, have a look at ap_socache.h and ap_slotmem.h, they're two simple cache facilities that were added in 2.3.0. Might save you some work. :)