in reply to Cache Modules Using DBI
Look at what Cache::Memcached and memcached do. I don't think that caching via DBI will be much better than caching on disk, though. But if you have enough machines and/or enough RAM, memcached might be an interesting alternative to avoid hitting the file system.
|
|---|