|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re: (ar0n: pnotes) Re: Sharing data structures among http processes?by tomhukins (Curate) |
| on Jun 28, 2001 at 02:21 UTC ( #92093=note: print w/ replies, xml ) | Need Help?? |
|
This is fine for passing data between handlers or to subrequests within an individual httpd process, but it doesn't share data between separate processes, as sutch asked. Apache::SharedMem can be used to share data between Apache processes.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||