Hi All!

 I'm developing a multilanguage site on apache with mod_perl.
A dictionary is stored in database.
All page must to access the database to find the words in the selected
language. It can be slow.
I tought, I should make a hash to store the text when it come first
form the database. The cgi will look for the text in the hash first
then the database if it not found in the hash.

Q: How can I share the hash between the processes ?

Thanks, Gabor.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to