greetings,

I'm looking for the documentation that describes how
PerlChildInitHandlers work with multiple threads on
Win32 platforms.

Here's a specific question:

I have the following in my httpd.conf:

<IfModule mpm_winnt.c>
ThreadsPerChild 10
MaxRequestsPerChild  0
</IfModule>

....


PerlChildInitHandler Apache::foo->genkey

Will the genkey method get execute at the
initialization of each thread?

-pete

Reply via email to