简体   繁体   中英

Switch from IIS 7.5 to Apache

I am concidering making a switch from IIS 7.5 to Apache.
I have already tried running PHP (FastCGI) on nginx but the performance was extremely bad compared to IIS 7.5

Because I am unable to find performance benchmarks (PHP) between IIS and Apache on Windows, I am asking you for your experience/feedback.
I use WinCache on IIS, and I have used eAccelerator on Apache. What about APC?

The switch will be for performance gain only.

Update: I have tried running Apache with mod_php & mod_apc. But the website felt noticeably slower than with IIS. Is this normal? The application is fully APC supported.

APC is going to be included in PHP 6, and I'd guess it has been chosen for good reason :) allthough it performs very well, but not as good as eAccelerator. And it has compatability issues with Zend Optimizer.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM