Arma2NETMySQLPlugin icon indicating copy to clipboard operation
Arma2NETMySQLPlugin copied to clipboard

Look into no-return method

Open firefly2442 opened this issue 11 years ago • 0 comments

For some SQL statements like "UPDATE", there is no return value. However, the server side still has to wait for the return value. One option would be to add another function that immediately returns to Arma and then the plugin would still be off querying and running the command. The potential downside to this is the order of the queries in the current setup. Perhaps the entire system should be switched to a producer/consumer setup where queries are executed in order but based on the parameter can be immediately returned back to Arma? Not sure what the best solution is here...

firefly2442 avatar Mar 04 '14 00:03 firefly2442