Re: mod_perl, worker mpm and memory use optimisation

2007-11-05 Thread Enno
Carl Johnstone wrote: I now want to bring down the process size and/or increased shared memory, and I wondered if anyone knows if it's possible to write perl in a way that maximises shared memory - eg. can I somehow ensure my data structures are all together and not sharing memory pages with c

Re: mod_perl, worker mpm and memory use optimisation

2007-11-05 Thread Carl Johnstone
I now want to bring down the process size and/or increased shared memory, and I wondered if anyone knows if it's possible to write perl in a way that maximises shared memory - eg. can I somehow ensure my data structures are all together and not sharing memory pages with compiled code? General