Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look into no-return method #25

Open
firefly2442 opened this issue Mar 4, 2014 · 0 comments
Open

Look into no-return method #25

firefly2442 opened this issue Mar 4, 2014 · 0 comments

Comments

@firefly2442
Copy link
Owner

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant