How many websockets can one dyno handle on Heroku? -


As I have understood that any runtime application (client side) will open this websetet server . And the server will open a socket to communicate on behalf of the customer.

Also, as I know that Heroko witch has only handled only one open socket the last time all requests were sorted in sequentially.

Obviously, it is not going to fly with websacetes (it will require 100 dinosaurs on the server, with just 100 simultaneous users.)

And I can not find the information, how many webcuts

Update 1

Oh .. I have seen any information on this topic

Some informal figures were found:

Still looking for some more official information.

Oh .. I found some informal figures:


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -