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 send and async send to read-only kdb instances #24

Merged
merged 1 commit into from
Jun 14, 2020
Merged

Support send and async send to read-only kdb instances #24

merged 1 commit into from
Jun 14, 2020

Conversation

atf1206
Copy link
Contributor

@atf1206 atf1206 commented Jun 9, 2020

Sublime currently attempts to save the result of the last input to .st.tmp, as well as using other saved helpers such as memory status (.st.mem) and start time (.st.start). The latter two can be handled just as well on the client side (in python), and the former is now made optional, thus allowing connections to be made to kdb instances where write access (i.e. creating variables in-memory) is not available. This allows sublime-q to be used with kdb processes in multithreaded input mode (negative port servers). Sublime-q is also made more efficient by reducing the number of calls made to kdb each time.

@komsit37 komsit37 merged commit 3d92ab3 into komsit37:master Jun 14, 2020
@komsit37
Copy link
Owner

That's great! Thanks for the fix :)

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

Successfully merging this pull request may close these issues.

2 participants