** Yes the obvious solution to this is to go with threaded
Actually, reports so far are that running mod_perl 2 with threaded MPMs on Linux actually takes more memory because it breaks the copy-on-write sharing. Preforking is more efficient.
I'd like to second Perrin. Start with the proved prefork. At some point we may get to figure out how to get the threaded use less memory (most likely when perl improves ithreads).
-- __________________________________________________________________ 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
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html