| Russell Yanofsky 
    rey4 at columbia.edu Wed Aug 27 19:31:54 EST 2003 
 Joshua Adam Ginsberg wrote: > For right now I've hacked together a flat file-based caching/registry > system using libxml2 and fcntl locking. It's performance will work, > though I really miss the speed of an all-in-memory caching/registry > system. *sigh* You make do with what you can. What is preventing you from caching the file contents in memory? Mod_python lets you store persistent data in global variables. - Russ 
 |