14.03.2012, 15:36
Threading is a common technique used in the MySQL plugin(s). Basically, you have a query and as soon as your query is executed, the plugin calls back to the script and you can put your code in threads, so the code is only executed in the thread, when the query executes properly.
It's an ambiguous term though, it can mean multiple things, but I'm presuming you're talking about the MySQL definition/usage.
It's an ambiguous term though, it can mean multiple things, but I'm presuming you're talking about the MySQL definition/usage.