|
|
|
|
|
by zerop
4898 days ago
|
|
service returns quick & short JSON responses and huge number of users are going to hit it. So basically there are going to be enormous concurrent connections each returning quick and short json response. No heavy work by each connection, just that there are too many. |
|