I have an application where known users connect, and normally I do a db
query to get their configuration information.  What I would like to do is
preload all of this information into memory, say into a global hash where
all the mod perl processes can access it.

I could have each process load the data the first time it runs and stick it
into a global hash.

And since the primary goal is making the program faster, any alternatives
that would take longer than a database select wouldnt' do me any good.

Any ideas?



-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to