【发布时间】:2011-04-08 09:40:16
【问题描述】:
我受到了 Slashdot 的启发,听说它使用非常有限的服务器来支持大量用户快速响应。还有一个叫slashcode的网站,不知道slashdot有没有用它的源码。
我想知道 Perl 是否是编写高性能网页的最佳选择?我知道使用 Apache 或 IIS 会产生很多开销?
有什么想法、书籍、论文、教程吗?
【问题讨论】:
-
一个好的架构比语言更重要。这包括缓存、数据库、文件存储等其他层。
-
是的,slashcode 是 Slashdot 后面的代码。它使用 Apache+mod_perl。
标签: performance perl webserver