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

New client management #14

Open
Christian-Stieber opened this issue Sep 13, 2023 · 0 comments
Open

New client management #14

Christian-Stieber opened this issue Sep 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Christian-Stieber
Copy link
Owner

Christian-Stieber commented Sep 13, 2023

The Client/ClientInfo stuff needs some major revamp.

Points that I remember encountering:

  • we need a way for clients to terminate automatically when they are not needed anymore. Probably some kind of work-counter that gets increased when something works on the client, and decreased when its done
  • we need a simple, proper way to launch a client or use the already running one, and do something on it. Make sure we actually know WHEN we can start doing things!
  • think about whether the Executor module is still the way to go to make things happen on the client
  • the ClientInfo feels like a random pile of things that were just stuffed in there because they didn't fit into the client and there was no other place

More thoughts:

  • each "activity" should probably have a defined, recognizable completion. Ideally, all activities should have blocking APIs, at least optionally.
@Christian-Stieber Christian-Stieber added the enhancement New feature or request label Sep 13, 2023
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

No branches or pull requests

1 participant