Game lags for concurrent requests
Posted: 26 Nov 2016, 11:38
Hello,
My game works fine for a few users, but when user count rises above 10-15, all users encounter delay and lag in game.
I've thought that it's a memory leak, but thread count doesn't increase enormously. While there are 75-80 threads, users may experience delay. But it doesn't happen for a few concurrent users.
I guess the reason behind this issue is multiple concurrent requests at a time from multiple users. But if it's that so, how MMO's work properly?
I'm using SmartFox with default settings.
Thanks for any help.
My game works fine for a few users, but when user count rises above 10-15, all users encounter delay and lag in game.
I've thought that it's a memory leak, but thread count doesn't increase enormously. While there are 75-80 threads, users may experience delay. But it doesn't happen for a few concurrent users.
I guess the reason behind this issue is multiple concurrent requests at a time from multiple users. But if it's that so, how MMO's work properly?
I'm using SmartFox with default settings.
Thanks for any help.