Lagged
#1

My server is sometimes delayed, I have F5 and see the ackslimit index stand still does not work that jump up very high, can someone help me how to overcome the way to know the code cause this way ?
Reply
#2

Do you use dini or unthreaded mysql queries?
Reply
#3

You can use samp performance profiler plugin to see which function(s) getting so long to execute...
Reply
#4

Quote:
Originally Posted by jlalt
Посмотреть сообщение
You can use samp performance profiler plugin to see which function(s) getting so long to execute...
I used gamemode I'm GTA-RP.PWN, I filled in like this in server.cfg is it true? Profiler_gamemodes <gm_GTA-RP1>
Reply
#5

Quote:
Originally Posted by Misiur
Посмотреть сообщение
Do you use dini or unthreaded mysql queries?
If it can cause lag?
Reply
#6

Yup, rembmer that Input/Output operations are the most expensive thing your script can do. dini is inefficient (opening and closing file for every read/write), and unthreaded queries hang the script until result is fetched.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)