Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Examples of PHP inconsistency and performance (Score 1) 122

Have you considered or evaluated a Windows-based Apache/PHP solution? Recently, I've even been able to compile mod_fastcgi under win32 for Apache 2.2...

As far as the thread-safe issue goes, [IMO] it has always been better to run Apache under a process-based MPM, as it's:
1) more secure, isolating
2) more stable

The common misconception of the performance penalty arises more from the lack of any further MPM configuration to the specific task and system.

Slashdot Top Deals

If all else fails, lower your standards.

Working...