Just some questions

Started by Mötley, Mar 21, 2016, 07:58 PM

Previous topic - Next topic

Thijn

Quote from: S.L.C on Mar 23, 2016, 05:41 PM@Thijn I just began work on the MySQL module. Might take a while until completed because I tend to experiment a lot with ideas to form something that is actually useful to the scripter. But I'll definitely do a comparison when I'll finish it because it's always good to know what are your best options.
Awesome :)
Since MySQL has a big cache sitting in RAM I expect it to be much faster then both SQLite and INIs. But you never know :P

Mötley

I could still use an explanation to
Reloadscripts();on every [Hours] of "6" is how i have set this up  Shouldn't this relate with the function onScriptUnload?. But it appears that it happens to fast for it to message the server or save the data, Now I could be completely wrong with thinking that these two functions should relate ??

Thijn

Yes they should, and no they don't. It's a known issue.

Mötley

#18
So maybe I should add save the player,message server restarted/ in the same function as reloadscripts in every 6 hours. kinda unprofessional as to it could make an incorrect call rather than to call when it actually happens, Thank you:another marked off my list. I will review the list and see what else I need to ask next

BUT does the method still work in the extent of preventing the server from bugging out, to much data uses etc? as I have attempted to add this in case something lags for odd reasons or anything in general, just server protection. [Basically I am asking is it still useful?]