08.01.2018, 14:46
Hi,
im using an old gamemode i made a long time ago.
I took a long break from SAMP and now im back using my old GM.
It still uses the old MySQL-Plugin by StrickenKid: https://sampforum.blast.hk/showthread.php?tid=122983
To re-write the whole GM so that i would be able to use the new MySQL-Plugin by BlueG would take ages,
(the old plugin also works great)
so my question is:
Does it make a huge difference?
Can the server performance/lag be improved/decreased by using the new MySQL-Plugin?
As i have heard the old Plugin does not use threading and can freeze the server for as long as a query takes
to execute, is that true?
Can there be a noticeable negative impact using the old Plugin?
Im using the plugin for user data.
If they log in/register, their data gets loaded or account registered.
If they disconnect, it gets saved.
Also there is a timer per player using an interval of 10 minutes to autosave the user data.
Im not doing any crazy stuff like sending queries on OnPlayerUpdate or in a fast interval timer.
Maybe some of you know more about how the plugins work and can tell me if its actually really critical or
if i can keep using that plugin.
The server can have about 40 players max. and most of the time has about 20+ players.
What is your opinion?
Thank you for your time!
im using an old gamemode i made a long time ago.
I took a long break from SAMP and now im back using my old GM.
It still uses the old MySQL-Plugin by StrickenKid: https://sampforum.blast.hk/showthread.php?tid=122983
To re-write the whole GM so that i would be able to use the new MySQL-Plugin by BlueG would take ages,
(the old plugin also works great)
so my question is:
Does it make a huge difference?
Can the server performance/lag be improved/decreased by using the new MySQL-Plugin?
As i have heard the old Plugin does not use threading and can freeze the server for as long as a query takes
to execute, is that true?
Can there be a noticeable negative impact using the old Plugin?
Im using the plugin for user data.
If they log in/register, their data gets loaded or account registered.
If they disconnect, it gets saved.
Also there is a timer per player using an interval of 10 minutes to autosave the user data.
Im not doing any crazy stuff like sending queries on OnPlayerUpdate or in a fast interval timer.
Maybe some of you know more about how the plugins work and can tell me if its actually really critical or
if i can keep using that plugin.
The server can have about 40 players max. and most of the time has about 20+ players.
What is your opinion?
Thank you for your time!