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

Support for AsyncIO #666

Open
Trinobanto opened this issue Sep 29, 2021 · 9 comments
Open

Support for AsyncIO #666

Trinobanto opened this issue Sep 29, 2021 · 9 comments
Assignees

Comments

@Trinobanto
Copy link

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

@amukherjee28
Copy link
Member

Hi @VictorLFandino

Could you explain the problem in question here a bit with a small example if possible.
As far as I could understand in an application where in execution of stored procedure via ibm_db.execute() call could continue running in the background while the other statement in the same application will continue to run without for the ibm_db.execute() call to finish.

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.

@Trinobanto
Copy link
Author

Hi @amukherjee28

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

@bimalkjha
Copy link
Member

@VictorLFandino ibm_db does not support async feature. It is a synchronous driver. It do not support fire and forget method. Thanks.

@Trinobanto
Copy link
Author

@bimalkjha thanks for you answer. Any plans to support this feature?

@bimalkjha
Copy link
Member

@VictorLFandino There is no plan as of now. Thanks.

@bimalkjha
Copy link
Member

Opened Jira Epic: https://jira.rocketsoftware.com/browse/DBC-11181

@bimalkjha bimalkjha reopened this Nov 26, 2021
@engFelipeMonteiro
Copy link

Opened Jira Epic: https://jira.rocketsoftware.com/browse/DBC-11181

This link is not reachable, is there a link public reachable?

@jaeger-2601
Copy link

+1

@frbelotto
Copy link

No update over this?

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

6 participants