Apache Tomcat Native 1.2.3/1.1.34 发布
引用来自“eechen”的评论Windows 7 上 IIS 和 Apache 性能对比测试 http://my.oschina.net/eechen/blog/401870
IIS + php-cgi.exe(NTS) vs Apache + php5apache2_4.dll(TS)
环境(64位Win7): IIS7+PHP5.4(NTS非线程安全版本) vs Apache2.4(32位)+PHP5.4
静态文件性能:
ab -k -c100 -n10000 http://127.0.0.1/info.htm # IIS RPS 1709
ab -k -c100 -n10000 http://127.0.0.1:8080/info.htm # Apache RPS 1847
结论:基于APR运行时和WinNT多线程的Apache在静态资源处理方面并不比IIS差.
Apache连IIS10的零头都没有,真是没用,呵呵 Server Software: Microsoft-IIS/10.0
Server Hostname: 127.0.0.1
Server Port: 80
Document Path: /
Document Length: 703 bytes
Concurrency Level: 100
Time taken for tests: 0.453 seconds
Complete requests: 10000
Failed requests: 0
Keep-Alive requests: 10000
Total transferred: 9740000 bytes
HTML transferred: 7030000 bytes
Requests per second: 22068.97 [#/sec] (mean)
Time per request: 4.531 (mean)
Time per request: 0.045 (mean, across all concurrent requests)
Transfer rate: 20991.38 received
页:
[1]