Heroku上的Websocket并发连接限制

Ale*_*sky 6 heroku websocket

一个Heroku dyno可以容纳多少个websocket并发连接?

我在使用Ruby框架的Cedar堆栈上运行Thin作为Web服务器.

die*_*pau 9

"你可以在一个dyno上维持大约6,000个打开的连接.创建超过160个连接/秒将导致H11错误(积压太深)"

看看这个链接:

http://veldstra.org/2013/10/25/heroku-websocket-performance-test.html