Posted by Richard Levasseur on 08/15/06 23:21
awebguynow wrote:
> ~~~~~~~
> I am a bit concerned with this (and so are webhosts)
> >From php 5.1.4 Install notes:
> "We do not recommend using a threaded MPM in production with Apache2.
> ....."
>
> So (if I was running production Server) is the solution to use
> non-threading Prefork ??
> Module Identifier: mpm_prefork_module
> Source File: prefork.c
>
> I haven't heard too much comment on this but it seems like saying,
> you can have dinner, you just can't have a fork.
> ~~~~~~~
You shouldn't use a threaded apache server with PHP. PHP isn't thread
safe.
[Back to original message]
|