Re: [CDBI] Memcached
[email protected] (Randal L. Schwartz)
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Derek" == Derek Watson <[email protected]> writes: Derek> What is the best way to use Memcached with Class::DBI? Should I just Derek> override retrieve() and update()? I have reviewed Class::DBI::Sweet's Derek> code for implementing caching, but it doesn't seem very clean. .. is Derek> that just the nature of CDBI's framework or is there a better way? Derek> Please let me know if anyone else is using this type of functionality Derek> or if anyone is close enough to the internals to know the right Derek> approach for doing this sort of thing. I've tried to do this stuff, and gotten some degree of success, but I believe it was Perrin who told me first that if you have to cache that much, you are probably going to get a better return by fixing the database or your queries instead. Sorry if I ruined the quote too badly, Perrin. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[email protected]> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!