CatgirlIntelligenceAgency/code/services-core/control-service
Viktor Lofgren dd593c292c (loader) Minor optimizations and bugfixes.
* Reduce memory churn in LoaderIndexJournalWriter, fix bug with keyword mappings as well
* Remove remains of OldDomains
* Ensure LOADER_PROCESS_OPTS gets fed to the processes
* LinkdbStatusWriter won't execute batch after each added item post 100 items
2023-08-29 15:37:52 +02:00
..
src (loader) Minor optimizations and bugfixes. 2023-08-29 15:37:52 +02:00
build.gradle (index) Move to a lexicon-free index design 2023-08-28 14:02:23 +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