in reply to sharing global data between httpd processes

Apache::Session is your answer. There are several companion modules to Apache::Session that allow for in-memory storage of sessions. Blindingly fast. See:
Ammendment : looks like those modules haven't been part of Apache::Session since at least version 1.03 (Apache::Session is currently on 1.53). I wonder whee they went.
  • Comment on Re: sharing global data between httpd processes