Re: Parent Process Memory Space

1999-12-13 Thread Matt Sergeant
On Mon, 13 Dec 1999, Alex Menendez wrote: > Hello, All > > I currently have a caching module for dynamic pages that is loaded up upon > server startup. However, when each child process uses this module they > each create a copy of the modules caching hash. > > I would like to have 1 copy of the

Parent Process Memory Space

1999-12-13 Thread Alex Menendez
Hello, All I currently have a caching module for dynamic pages that is loaded up upon server startup. However, when each child process uses this module they each create a copy of the modules caching hash. I would like to have 1 copy of the caching hash in the parent process that each child ca