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

How long does it take a DEC field service engineer to change a lightbulb? It depends on how many bad ones he brought with him.

Working...