According to Eric Cholet:
> > 
> > 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.

So, does that still leave mod_perl serializing access until
everything is rewritten to be thread-safe?

   Les Mikesell
    [EMAIL PROTECTED]

Reply via email to