Hi all,
I'm starting to do a lot of form processing, and came across the idea of caching table metadata while validating to avoid unnecessary DB (MySQL) calls. I just realized that, with mod_perl, I could even do this across requests- and since the data shouldn't be changing, this seems like a good way to trade some memory for a boost in speed. I'm still very much on the learning curve with mod_perl and wanted to see if anyone out there was already doing this, and if so, any suggestions / comments / advise they might have.
Thank you all in advance,
RJ Herrick

--
"A foolish consistency is the hobgoblin of little minds" -Ralph Waldo Emerson

Reply via email to