15.05.2015, 19:14
As predicted - you are perhaps using one of the worst ini file systems ever: Dini. It's not bad for an occassional (maybe testing?) writing and reading to a file but what you're doing there is *I think* you're writing hundreds and hundreds of user files at once and updating them too. That can get pretty darn slow with Dini.
Or maybe you have a loop in your gamemode that just lags your whole server down. Without any code we can't tell.
I suggest either switch to a relational database model (i.e. change to databases - using built-in SQLite) or to a better ini file manager, like y_ini.
It might also be one of your plugins causing your nearly 100% CPU load but I'm not sure. Maybe someone with a little bit more knowledge can help you more.
Or maybe you have a loop in your gamemode that just lags your whole server down. Without any code we can't tell.
I suggest either switch to a relational database model (i.e. change to databases - using built-in SQLite) or to a better ini file manager, like y_ini.
It might also be one of your plugins causing your nearly 100% CPU load but I'm not sure. Maybe someone with a little bit more knowledge can help you more.
