Re: [CDBI] Use with mod_perl caching question
"Perrin Harkins" <[email protected]> Thu, 13 Dec 2007 12:20:01 -0500
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
On Dec 13, 2007 11:50 AM, Berg, Eric <[email protected]> wrote: > The problem that I'm having is that my cdbi mods in some of the apache > instances are returning stale data in response to these requests. If you're using InnoDB, check your isolation level as described here: http://perl.apache.org/docs/1.0/guide/databases.html#Transactions_Not_Committed_with_MySQL_InnoDB_Tables If not try turning off the object index: http://wiki.class-dbi.com/wiki/Common_problems#Old_data_due_to_object_index - Perrin