mvbl fst
mvbl fst

Reputation: 5263

Is it possible to code a site similar to Amazon in scale in PHP?

Is PHP scalable enough to grow a project into something large?

(Yes, I am aware of Facebook, maybe there are other examples?)

Upvotes: 2

Views: 228

Answers (3)

allnightgrocery
allnightgrocery

Reputation: 1380

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.

Upvotes: 3

GSto
GSto

Reputation: 42350

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.

Upvotes: 1

Your Common Sense
Your Common Sense

Reputation: 157863

Yes, PHP scalable enough to grow a project. Why facebook is not enough to proof?

Upvotes: 2

Related Questions