I'm serving many web requests with an apache modperl handler, and I'm doing
lookups on a CDB_File within the handler, using 'tie' to open the cdb file
for every request that comes through. Is there a way to gain more
performance by somehow doing a tie/open just once when the apache servers
starts, and then again only when the cdb file changes, if needed?


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to