是否可以用 PHP 编写一个规模类似于 Amazon 的网站?
PHP 的可扩展性是否足以将项目发展成为大型项目?
(是的,我知道 Facebook,也许还有其他例子?)
Is PHP scalable enough to grow a project into something large?
(Yes, I am aware of Facebook, maybe there are other examples?)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的。我大胆猜测 Amazon 的可扩展性更多地与架构、缓存/写入机制以及 EC2 和 S3 的大量使用有关,而不是与他们选择的语言有关。
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.
是的,PHP 的可扩展性足以发展项目。为什么facebook不足以证明?
Yes, PHP scalable enough to grow a project. Why facebook is not enough to proof?
简短的回答:是的。
有相当多的大型网站使用 PHP 运行。除了 Facebook 之外,我还想到了维基百科和 Flickr(我认为)。
您还可以看到 用 drupal 构建的大型站点列表,该站点是用 PHP 编写的。
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.