How FastCGI will improve the performance of my php application?

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.

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.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions