Simple question - can dini be mixed with sql?
#6

Quote:
Originally Posted by Vince
Посмотреть сообщение
The idea with a threaded query is that while the query is busy the sa-mp server can continue on and execute other things (sync!). When the query is done, the MySQL servers calls the function you specify and you can go on loading your data.

With an unthreaded query, the sa-mp server has to wait for the response from the MySQL server before it can continue. This is especially troublesome if the query takes more than a few milliseconds to execute. During this "timeout" nothing happens. No syncing, nothing.
It pretty much explains everything.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)