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

Fix #170 Add concurrent query support #1412

Open
wants to merge 2 commits into
base: staging
Choose a base branch
from

Conversation

kumeagidi
Copy link
Contributor

Currently in EvaDB, a client can send a request. Until the request has been fulfilled, the client will be blocked from sending more requests.

This change to EvaDB allows clients to send multiple requests at a time. The server will now handle requests in a FIFO order and it will issue responses following that ordering as well. Once a response has completed, it will be sent to the client asynchronously.

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.

None yet

1 participant