我比较小白
你的意思是说不用nginx,直接用play本身的性能更好?
http://www.playframework.org/documentation/1.2.4/production#server
这个是建立在你的应用是无状态的, 那么可以利用 nginx, apache 之类的做前端负载均衡用, 但其明显也给了一句话:
Note that using a front-end HTTP server will never give you better performance than using Play server directly!
这个是为了水平扩展而用的...
当然可以nginx做代理,管你用什么tomcat 还是play自带的http服务呢
可以的,可以把某些连接让nginx甩给play
keyi
很期待测试报告
我有点怀疑你问的是不是Java的Play Framework
nginx只是http server,你需要连接tomcat或者其他的servlet container来用。
另外在我的测试里,支持NIO的tomcat和jetty本身提供的http性能远优于apache或者nginx
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(7)
你的意思是说不用nginx,直接用play本身的性能更好?
http://www.playframework.org/documentation/1.2.4/production#server
这个是建立在你的应用是无状态的, 那么可以利用 nginx, apache 之类的做前端负载均衡用, 但其明显也给了一句话:
Note that using a front-end HTTP server will never give you better performance than using Play server directly!
这个是为了水平扩展而用的...
当然可以nginx做代理,管你用什么tomcat 还是play自带的http服务呢
可以的,可以把某些连接让nginx甩给play
keyi
很期待测试报告
我有点怀疑你问的是不是Java的Play Framework
nginx只是http server,你需要连接tomcat或者其他的servlet container来用。
另外在我的测试里,支持NIO的tomcat和jetty本身提供的http性能远优于apache或者nginx