Use memcached, it just rocks and is just what you need... http://www.danga.com/memcached/download.bml
Maybe you'll need this module... needed module: http://www.monkey.org/~provos/libevent/ If you get error when trying to start it, just symlink the libraries to the place he expects it... Denis -----Ursprüngliche Nachricht----- Von: Octavian Rasnita [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 26. August 2005 16:04 An: modperl@perl.apache.org Betreff: memory resident config hash Hi, I have a config file which contains a hash ref and I get its values by using the do() function. I don't think this is the best solution, because the speed might be slow. That file is accessed on each access to each page. Is it possible to store that hash in the memory somehow? I can store that hash at the server startup or after that... doesn't matter. Thank you. Teddy