mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
(control) More informative readme.md
This commit is contained in:
parent
71dfe9f33e
commit
47f3855a4b
@ -1,7 +1,16 @@
|
|||||||
# Control Service
|
# Control Service
|
||||||
|
|
||||||
The control service provides an operator's user interface, and is responsible for orchestrating the various processes of the system.
|
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
|
||||||
|
|
||||||
|
* [ControlService](src/main/java/nu/marginalia/control/ControlService.java)
|
||||||
|
* [ControlActors](src/main/java/nu/marginalia/control/actor/ControlActors.java) - Class responsible for Actors' lifecycle
|
||||||
|
* [ProcessService](src/main/java/nu/marginalia/control/process/ProcessService.java) - Class responsible for spawning Processes
|
||||||
|
|
||||||
## See Also
|
## See Also
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user