Marc M. Adkins wrote:
For Apache 2.0.46 / mod_perl 1.99.10-dev:

If I have an Apache module configured in httpd.conf, will the module code be
executing in the same process as the mod_perl code?  If there are multiple
Apache processes (on W2K I always see 2) will the module code exist in all
processes?

I'm assuming that you are talking about threaded mpms (winnt in your case?)


Then the answer is yes.

Whenever the perchild mpm will be completed, it'll be possible to do grouping. However I'm not sure how applicable that would be to winFU platforms.



__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



Reply via email to