开发者

How FastCGI will improve the performance of my php application?

开发者 https://www.devze.com 2023-03-25 09:00 出处:网络
How fastCGI will improve PHP performance, is it recommended to use for my typo3 CMS. Will it produce any side 开发者_如何学JAVAeffects.?TYPO3 runs fine with FastCGI - if your server is configured corr

How fastCGI will improve PHP performance, is it recommended to use for my typo3 CMS. Will it produce any side 开发者_如何学JAVAeffects.?


TYPO3 runs fine with FastCGI - if your server is configured correctly, you will not run into trouble.


I run PHP through fastCGI for more than 5 years now, having multiple Typo3 instances running on it. I did this out of the fact that normal CGI cluttered up my servers with that many instances. FastCGI now handles them without any problems.

Of course mod_php might be the fastest of all solutions. Yet you lose some flexibility like being able to configure each host separably or running different versions of PHP within the same LAMP stack, which is quite some advantage in days of PHP 5.2 to PHP 5.3 incompatibilities.

I have no numbers to offer here, but at least some exeperience. My suggestion, go for fastCGI if you feel confident about setting it up. Its worth it. Or try mod_php if you use Apache and don't care so much about the flexibility CGI would give you. Its very easy to setup as well.

cu Roman

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号