Re: Child Interprocess Data

2001-07-25 Thread Nouguier Olivier
Kevin Schroeder wrote: Hi,I want to create a program for mod_perl that shares information in between all the child processes so they all have current information. The data will be stored in a MySQL database, but rather than query the DB each time which, due to the kind of server load,

Child Interprocess Data

2001-07-23 Thread Kevin Schroeder
Hi, I want to create a program for mod_perl that shares information in between all the child processes so they all have current information. The data will be stored in a MySQL database, but rather than query the DB each time which, due to the kind of server load, would work but would be

Re: Child Interprocess Data

2001-07-23 Thread Perrin Harkins
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