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

Async calls from R #46

Open
brian-loo opened this issue Jun 21, 2019 · 1 comment
Open

Async calls from R #46

brian-loo opened this issue Jun 21, 2019 · 1 comment

Comments

@brian-loo
Copy link

I see some mention of async calls.
Is it possible to query data asynchronously through R?

Thanks!

@kimtang
Copy link
Contributor

kimtang commented Sep 4, 2019

rkdb is a wrapper around k.h. So you can use the negative handle to fire and forget commands to kdb.

handle = open_connection(port = 8888)
execute(-handle,'b:1 2 3') # this is possible

But if you want to 'wait' for the kdb process to come back to you this has not been implemented yet. Implementation should be fairly easy. Perhaps we can label this as enhancement.

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

No branches or pull requests

2 participants