Re: Child processes/cache question

2007-09-10 Thread David Willams
Excellent. That's it. Thanks! On 9/10/07, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: > > David Willams wrote: > > Condition: I'm pre-load sharable data at apache start, but I also have > > different data that is caching itself within child processes. > > Goal: to pre-cache within each proce

Re: Child processes/cache question

2007-09-10 Thread William A. Rowe, Jr.
David Willams wrote: > Condition: I'm pre-load sharable data at apache start, but I also have > different data that is caching itself within child processes. > Goal: to pre-cache within each process, the data that cannot be cached > within the shared space. > > Not sure if I'm asking this correct

Child processes/cache question

2007-09-10 Thread David Willams
Condition: I'm pre-load sharable data at apache start, but I also have different data that is caching itself within child processes. Goal: to pre-cache within each process, the data that cannot be cached within the shared space. Not sure if I'm asking this correctly, but is there a method by which