You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Doug MacEachern <do...@covalent.net> on 2001/09/09 20:41:48 UTC

Re: modperl 2.0

On Fri, 10 Aug 2001, Dave Rolsky wrote:
 
> Well, mod_perl 2.0 will require (or does currently require) Perl to be
> built with ithreads support and this wasn't introduced until 5.6.0 so I
> wouldn't hold my breath.  Actually, I suspect Doug will be recommending
> that people use 5.8.0 since there's been a lot of fixes going into the
> ithreads code since 5.6.1.

modperl-2.0 only requires ithreads if you want to use a threaded mpm.
using prefork mpm (1.3 process model) does not require ithreads.