On Wed, 2006-04-26 at 17:20 +0200, Lionel MARTIN wrote:
> I'm preloading this module, using "PerlModule MyLoadingModule" in 
> httpd.conf.

Does that change if you load them via "use MyLoadingModule" in a
startup.pl?

> I really would like to understand how the WinNT MPM is working, how memory 
> is shared, in order to make our coding more efficient.
> The problem is that most docs about memory management under MP is abou LAMP, 
> and I'm not sure the same rules apply...

With Perl threads, no memory is shared.  There is no advantage to
preloading when using threads.  It just makes the threads take longer to
spawn.

- Perrin

Reply via email to