Re: OnOeS Renegade FDS Bot [message #448127 is a reply to message #447949] |
Sat, 28 May 2011 02:03 |
|
reborn
Messages: 3231 Registered: September 2004 Location: uk - london
Karma:
|
General (3 Stars) |
|
|
It's blocking.
The next code to execute will not do so until the SQL query has completed it's function.
If it all runs quickly then you wont notice. I imagine (but can't be sure) that a small DB and small table on a fast server would not cause any more lag than other I/O disk operations (such as reading from a text file, or writing to it).
However, to make it non-blocking, you could work with threads.
|
|
|