in reply to Re^2: Session management
in thread Session management
If you are really having problems with the performance of database storage (and have already followed the performance suggestions in the DBI documentation) you should look at BerkeleyDB, which uses shared memory for caching. That's the fastest option. Cache::FastMmap is also fast, but is a cache and can drop data if it gets full, so think about how you plan to use it.
|
|---|