-
Notifications
You must be signed in to change notification settings - Fork 196
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
Support for AsyncIO #666
Comments
Hi @VictorLFandino Could you explain the problem in question here a bit with a small example if possible. I am not sure if I understand the problem statement here properly, but in case we are in same line please let me know if you an example in mind. |
Thanks for your answer. As far as I understand, calling a stored procedure, as well as executing a query, is a blocking operation. How to implement both a blocking and non-blocking scenarios. Thank you very much |
@VictorLFandino |
@bimalkjha thanks for you answer. Any plans to support this feature? |
@VictorLFandino There is no plan as of now. Thanks. |
Opened Jira Epic: https://jira.rocketsoftware.com/browse/DBC-11181 |
This link is not reachable, is there a link public reachable? |
+1 |
No update over this? |
Does ibm_db supports async features? Any plans?
The goal is to call a long-execution stored procedure but not to wait for completion.
Thanks
The text was updated successfully, but these errors were encountered: