Ethan Joffe wrote:
Is there a way to pass a value into apache such that each modperl process then has access to it?

You have to use a sharing mechanism of some kind. IPC::MM, BerkeleyDB, and Cache::FastMmap are all very efficient for single machines. For clusters, a simple table in MySQL is almost as fast as those.


- Perrin


-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to