On Sat, 2005-01-15 at 21:57 -0500, Todd Finney wrote: > Have you checked ::MySQL against Apache::Session::DB_File? My experience > is a couple of years out of date on this, but I switched away from using > ::MySQL for sessions because it was such a pig.
MySQL will be a lot faster than the tied DB_File interface in most situations. BerkeleyDB, used with its own internal locking and called via object methods instead of the tied interface, will be a lot faster than MySQL, but Apache::Session::DB_File doesn't do it that way. - Perrin