Instead of using Apache::Reload to monitor periodically re-cached flat files of session configuration data, I'm considering implementing MLDBM::Sync or BerkeleyDB.
The amount of data needing to be loaded during each session is relatively small and variable (10-25k) but typically, these configurations are used to load hashes, arrays and other types. --- (surprise, right?) On high to very high volume sites, can someone suggest a best approach, feedback or case study results about either (or other) approaches? Thanks in advance! Bill