On Wed, 30 Aug 2000, Douglas Wilson wrote:

> Forgive me if this is a stupid question, but I am rather
> ignorant in regards to mod_perl, and I'm curious about
> something.
> 
> If you reload modules, does that increase the size of the
> forked children of the parent process? Or does just the
> parent reload, with the children having to die and respawn?
> Or do we care? :)

It increases the size - you lose shared memory. But only on modules that
actually get reloaded.

-- 
<Matt/>

Fastnet Software Ltd. High Performance Web Specialists
Providing mod_perl, XML, Sybase and Oracle solutions
Email for training and consultancy availability.
http://sergeant.org | AxKit: http://axkit.org

Reply via email to