in reply to A database caching scheme

How about something built around Net::Server and Cache::Cache;
and for the client, you could build on Class-DBI-Cacheable.

Replies are listed 'Best First'.
Re^2: A database caching scheme
by perrin (Chancellor) on Nov 12, 2004 at 21:10 UTC
    If you really want to spend a lot of time making something much slower than MySQL or memcached, this would work great. Otherwise, save yourself the trouble. Cache::Cache is not fast.