Hi All, I have a lot of objects that are fairly expensive to fetch (large trees of records), and so I'm caching them using Cache::* (via a handy abstraction layer that allows me to swap to libmemcached or swifty if necessary).
So far it JustWorks(TM), I put stuff in the file cache, I get it out later, prefetched relationships work fine - I do absolutely no serialization or anything, Cache::* handles it all for me. When I mentioned this on irc, there was talk of needing to get the schema to dethaw stuff, but everything I have is already deserialized/thawed and mostly ready to go - so how would I refresh db connections/schema for an object after it's been deserialzed by Cache::* ? Anybody? Bueller? A. -- http://www.aarontrevena.co.uk LAMP System Integration, Development and Hosting _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]
