in reply to (ar0n: pnotes) Re: Sharing data structures among http processes?
in thread Sharing data structures among http processes?

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.

  • Comment on Re: (ar0n: pnotes) Re: Sharing data structures among http processes?