[Fixed] server very slow
-
EdeKowalski
- Posts: 13
- Joined: July 31st, 2025, 5:59 am
[Fixed] server very slow
In the last days it seems that the server is very slow, it needs time to open a game (connecting...) and then you have to repeat and "refresh" nearly every move you have made...
-
Logitude
- Posts: 192
- Joined: June 28th, 2025, 8:15 am
Re: server very slow
Yes, I've had several reports of such problems recently. For better or worse, it seems to work fine for me. That makes it difficult to debug.
I have just now made a change that might help. Though it might require other people loading the match page again. Let me know how it seems today.
I have just now made a change that might help. Though it might require other people loading the match page again. Let me know how it seems today.
-
EdeKowalski
- Posts: 13
- Joined: July 31st, 2025, 5:59 am
Re: server very slow
Ok - will keep an eye on it the next hours...
-
EdeKowalski
- Posts: 13
- Joined: July 31st, 2025, 5:59 am
Re: server very slow
Seems that its now better...
-
wgurlwur
- Posts: 11
- Joined: November 1st, 2025, 3:25 am
Re: server very slow
its slow again today
-
Logitude
- Posts: 192
- Joined: June 28th, 2025, 8:15 am
Re: server very slow
I think this was mostly due to sending email directly from my server. Even though "top" wasn't showing much CPU usage, things were unresponsive. My theory is that sending emails was making blocking system calls that were waiting on network responses, not using CPU.
Now that I'm sending emails via Amazon and boto3, the server hasn't seemed to go into a state of unresponsiveness again that I've noticed.
I'll marked this as fixed.
Now that I'm sending emails via Amazon and boto3, the server hasn't seemed to go into a state of unresponsiveness again that I've noticed.
I'll marked this as fixed.