Is PHP scalable enough to grow a project into something large?
(Yes, I am aware of Facebook, maybe there are other examples?)
Is PHP scalable enough to grow a project into something large?
(Yes, I am aware of Facebook, maybe there are other examples?)
Yes, PHP scalable enough to grow a project. Why facebook is not enough to proof?
short answer: yes. There are quite a few large sites that run in PHP. Besides Facebook, Wikipedia and Flickr(I think) come to mind.
you can also see the list of large sites built in drupal, which is written in PHP.
Yep. I'd venture to guess that Amazon's scalability has more to do with the architecture, caching/write mechanisms, and heavy usage of EC2 and S3 then their chosen language.