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 somewhat needless, I would like to have a certain amount of data stored within the server and accessable to all the Apache processes.
 
    Could someone point me in the right direction to start?
 
Kevin

Reply via email to