Cache objects in memory

For long-running processes (twisted, FastCGI, Standalone, perhaps mod_python) a in memory cache of objects (pages) could be kept.

I got told that this should make no difference, cause the OS will keep a file that is accessed often in file cache. Thats true. But MoinMoin still has to read this file (memcpy) and unpickle or parse it. This time could be saved.

I have to admit that I still had no time to look into the code regarding those points.


See Prevayler for object database in-memory

MoinMoin: OliverGraf/MemoryCache (last edited 2007-10-29 19:08:08 by localhost)