[Bug] Increasing event delays
Posted: 30 Dec 2017, 16:15
Hello undef,
I'm running a server with UASECO and I've been using it for a while now. But there's a considerable downside to this controller.
UASECO is getting progressively slower by each player that joins the server. Casting votes, opening /list and other things like echoes on new records get delayed beyond one minute.
This project still contains php4 code from decades ago and the mysql connection is far from efficient. In this spaghetti-code mess it is hard to pin down the problem what might cause it. As it is not getting faster again after people leave, but stays at the delay it reached I'll have a guess and say the garbage collection is just not working properly.
From testing a lot I figured the problem occurs after the 0.9.3 update.
So I ask you, undef, to look into it and fix it, else this server controller is just useless.
As it is your project I assume you should be able to determine the bug quickly.
I'm running a server with UASECO and I've been using it for a while now. But there's a considerable downside to this controller.
UASECO is getting progressively slower by each player that joins the server. Casting votes, opening /list and other things like echoes on new records get delayed beyond one minute.

This project still contains php4 code from decades ago and the mysql connection is far from efficient. In this spaghetti-code mess it is hard to pin down the problem what might cause it. As it is not getting faster again after people leave, but stays at the delay it reached I'll have a guess and say the garbage collection is just not working properly.
From testing a lot I figured the problem occurs after the 0.9.3 update.
So I ask you, undef, to look into it and fix it, else this server controller is just useless.
As it is your project I assume you should be able to determine the bug quickly.