Posts: 143
Threads: 10
Joined: Nov 2010
Reputation:
0
I have a pretty simple and about well optimized server, but there is a weird issue. Every time somebody connects to the server, it kind of freezes for a few seconds, there occurs a so called lag spike in simple words.
Anyone would have any ideas or suggestion on what to look for to fix this? It's kinda annoying.
Posts: 351
Threads: 15
Joined: Jul 2011
Reputation:
0
What kind of system you are using? Data sistem (.txt,.ini, whatever which is stored in your scriptfiles folder) or something like MySQL system? The reason could be overflow of your database, so everytime someone connects server tries to find the user file, try deleting the inactive accounts if your database is full.
If that is not the problem, try giving out a bit more of informations about your server, your account system, do you have any warnings, errors, or whatever. Use the crashdetect plugin a run a search.
Posts: 143
Threads: 10
Joined: Nov 2010
Reputation:
0
Well, it's a freeroam server with not so many features and I am using ladmin. It has worked just fine before this even on more players on. And ladmin uses dini for it's saving.