golang与node.js的http对比测试
摘要: 听说Go是很不错的语言,了解了一下,一些特性确实很不错。顺便测试了一下http与node.js的性能对比。go的代码: (注:是用8g, 8l编译的)node.js的代码:ab测试结果:==** GO **==$ ab -c 100 -n 1000 http://127.0.0.1:8080/This is ApacheBench, Version 2.3 <$Revision: 655654 $>Server Software: Server Hostname: 127.0.0.1Server Port: 8080Document Path:...
阅读全文
posted @
2011-09-07 19:46 Q.Lee.lulu 阅读(2757) |
评论 (7) 编辑