hello,
if i choose to use fastcgi+php5+apache mpm worker ... will i have a
better performance?
Thanks !!!
On Fri, May 22, 2009 at 3:35 PM, John Mertic wrote:
> You'll need to be sure you are using thread-safe PHP binaries with
> your setup, which probably means compiling by hand. I'd recommend
You'll need to be sure you are using thread-safe PHP binaries with
your setup, which probably means compiling by hand. I'd recommend
going instead with the pre-fork mode instead, which PHP will faster
under.
Check out this for more info:
http://www.stevekallestad.com/blog/apache_worker_mpm_with_p