MarginaliaSearch/code/services-core/control-service
Viktor Lofgren c7f0276005 (control) Don't spin on process output printing
This is the "correct" way of copying stdout and stderr to the curren't process' output.
2023-08-22 11:48:54 +02:00
..
src (control) Don't spin on process output printing 2023-08-22 11:48:54 +02:00
build.gradle (control-service) Basic GUI for deleting bad links from exploration mode 2023-08-21 18:35:26 +02:00
readme.md (docs) Fix dead links to message-queue after moving it to libraries 2023-08-15 19:26:40 +02:00

Control Service

The control service provides an operator's user interface, and is responsible for orchestrating the various processes of the system using Actors.

Actors within the control service will spawn processes when necessary, by monitoring their message queue inboxes.

Central Classes

See Also