in reply to Keeping hash table in memory

This kind of conversation has come up before ( e.g. making object hashes persistent), and one good (but abstract) suggestion is that you make a server to contain your information if you are wanting persistent information. In this context, a database is a server, as is perrin's use of Perl and a web server to deliver information to your application.

David.