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

Client: have just one event queue and one consuming thread #133

Closed
ppalaga opened this issue Oct 23, 2020 · 0 comments · Fixed by #198
Closed

Client: have just one event queue and one consuming thread #133

ppalaga opened this issue Oct 23, 2020 · 0 comments · Fixed by #198
Labels
enhancement New feature or request
Milestone

Comments

@ppalaga
Copy link
Contributor

ppalaga commented Oct 23, 2020

After #123, we have two chained event queues and as many as four threads on the client side:

  • main
  • TerminalOutput.displayLoop
  • TerminalOutput.readInputLoop
  • DaemonClientConnection.doReceive()

I'd like to investigate if we could have just a single event queue and one less client thread.

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

Successfully merging a pull request may close this issue.

2 participants