This section is from the "Practical mod_perl" book, by Stas Bekman and Eric Cholet. Also available from Amazon: Practical mod_perl
Sharing the Read-Only Data in and Between Processes
Sharing Data Between Various Handlers
References
In this chapter, we discuss the ways mod_perl makes it possible to share data between processes or even between different handlers.
 
Continue to: