Posts: 460
Threads: 42
Joined: Nov 2009
Reputation:
0
So, my server has started to lag and I think it's because there are just too many processes in the server going on. Does anyone have any good ideas except making less timers by combining them?
Posts: 217
Threads: 38
Joined: Jan 2008
Reputation:
0
If you try to run a different gamemode, and the server still laggs, then it's something with your PC/Server.
If not, it's something in your script indeed.
Hard to say what laggs in your script. If you've made as less timers as possible, and so on. I think it shouldn't lagg that much.
Posts: 2,502
Threads: 26
Joined: Apr 2007
Reputation:
0
Really you'd want to be seriously over-using timers for timers to be a problem. I'd suspect something more along the lines of how you're either writing/getting information from either files or an SQL database, or else serious over-use of loops, or loops that are way too big.