> > This is for using Apache 2.0's pthread MPM, of course you can build perl
> > 5.6 non threaded and use apache 2.0's prefork model but then it's not
> > as exciting :-)
>
> Does apache 2.0 let you run a prefork model under NT?
NT has it's own MPM which is threaded
prefork ....... Multi Process Model with Preforking (Apache 1.3)
dexter ........ Multi Process Model with Threading via Pthreads
Constant number of processes, variable number of threads
mpmt_pthread .. Multi Process Model with Threading via Pthreads
Variable number of processes, constant number of
threads/child (= Apache/pthread)
spmt_os2 ...... Single Process Model with Threading on OS/2
winnt ......... Single Process Model with Threading on Windows NT
I believe the first 3 run only under Unix.
--
Eric