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

Add command socket #17

Open
kostaskol opened this issue Dec 30, 2020 · 0 comments
Open

Add command socket #17

kostaskol opened this issue Dec 30, 2020 · 0 comments
Labels
enhancement New feature or request processor

Comments

@kostaskol
Copy link
Member

kostaskol commented Dec 30, 2020

From @leOug's AWESOME idea, the processor should be a server listening to a (unix) socket for commands (such as start, stop, recompile etc.).
This can be a bit tricky to do, as we need to explicitly have a controller thread that listens to the socket and distributes commands as needed.
Still, once implemented, this will lead us to a new (and quite exciting) direction


To implement this, we have to split it into smaller tasks (i.e. create a command socket, re-org the main thread to also be the controlling one, etc).


Lastly, this is blocked on #6 as it's best to have a complete working prototype before beginning a logic overhaul such as this

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

No branches or pull requests

1 participant