Should the code be adjusted since threaded mpm is a history now? I'm
talking about things like:

./src/modules/perl/mod_perl.c:    if (base_scfg->threaded_mpm) {
./src/modules/perl/mod_perl.c:    if (!base_scfg->threaded_mpm) {
./src/modules/perl/mod_perl.c:    int threaded_mpm;
./src/modules/perl/mod_perl.c:    ap_mpm_query(AP_MPMQ_IS_THREADED,
&threaded_mpm);
./src/modules/perl/mod_perl.c:
modperl_global_init_threaded_mpm(pconf, threaded_mpm);
./src/modules/perl/modperl_config.c:
ap_mpm_query(AP_MPMQ_IS_THREADED, &scfg->threaded_mpm);

_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to