19.02.2012, 09:00
Quote:
ok but the threaded queries is not more Unstable? because I modified to unthreaded => threaded and the server crash sometimes, I reboot without no change the script and work fine...
mysql_ping() is Useful in OnQueryFinish? |
Do not use mysql_ping, it's not necessary:
Quote:
Originally Posted by SA-MP Wiki
Important Note: Connection state check (and reconnect if needed) happens automatically incase you are using threaded callback, so you don't need to perform any manual checks.
|