|
|
|
|
|
by slivuz
4862 days ago
|
|
mm, strange math. 179 means that while app holding and communicating to 1 million persistent connections it is still able to process 100+ standard requests per second. pretty enough to accept new clients to your online game, audio/video chat, podcast etc. this graph shows how many requests per second app may process depending on amount of established persistent connections: https://raw.github.com/slivu/1mc2/master/results/requests-pe... |
|
Are there other messages being processed too? Which direction are the messages going? How big are they, what do they contain, how is the data processed. Also, if you have 1 million clients how do you handle all of them arriving at around the same time? How long did it take your system to get up to 1 million connections? Also how sure are you that each micro instance is sending and receiving the messages at exactly the expected rate and is not getting overloaded. What server type are you using for your central server?