PHP and performance

Posted by Naif on Programmers See other posts from Programmers or by Naif
Published on 2012-03-16T13:18:05Z Indexed on 2012/03/19 10:16 UTC
Read the original article Hit count: 260

Filed under:
|
|
|

I always hear that PHP is for medium and small websites whereas .NET and Java for enterprise applications. My question is about PHP. Why is PHP not a good option for enterprise web applications? Is it because if the web application becomes bigger then PHP will be slower as it is an interpreted language?

I know that corporate world will choose .NET or J2EE because of the integration with their products and because of back end services, etc. However, if we just have PHP for building sites and web applications then how can we use it to perform well with big sites?

In short, Is there a relationship between the performance of PHP and the size of the website? What are the factors that make PHP not appropriate option for big sites?

© Programmers or respective owner

Related posts about java

Related posts about web-development