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

"Why can't we ever attempt to solve a problem in this country without having a 'War' on it?" -- Rich Thomson, talk.politics.misc

Working...