On Sun, 2005-02-20 at 20:49 -0500, Mike OK wrote: > - My thought is that the file system would be quicker for lookups than > a MySQL database (I use it in other areas of the system)
It should be a bit faster, but there's no remote file access than can compete with MySQL. For sharing across a cluster, you should use either MySQL or Cache::Memcached. - Perrin