> Kevin Schroeder wrote:
>     I want to create a program for mod_perl that shares information in
> between all the child processes so they all have current information.

There are many CPAN modules that cover this.  Check the guide at
http://perl.apache.org/guide/.  One option that's easy to get started
with is the MLDBM::Sync module, which uses dbm files for sharing.

- Perrin

Reply via email to