in reply to
refreshing data across children in Apache
Use a shared data module like MLDBM::Sync, Cache::Cache, or IPC::MM for holding the cached data. When someone changes the data, update the cached version as well.
Comment on
Re: refreshing data across children in Apache
In Section
Seekers of Perl Wisdom