> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.7/acron-service.md).

# acron Service

Funktionsweise und Allgemeines

Der JUNE5-ACRON-Service verbindet acron-Datenbanken mit JUNE5. Um ein paralleles Abarbeiten der auftretenden acron-Datenbankanfragen zu gewährleisten, startet und nutzt der JUNE5-ACRON-Service eine variable Anzahl von Dienstprogrammen. Dabei arbeitet er mit unterschiedlichen Kategorien von Dienstprogrammen. Es gibt die Kategorie *DATA*, die den Abruf von Prozessdaten von einer konfigurierten acron-Anlage gewährleistet. Weiterhin gibt es die Kategorie *REPORT*, die für das Abrufen der acron-Berichte der konfigurierten Anlage sorgt.

Prinzipiell gilt:

* Je mehr Dienstprogramme pro Anlagenkategorie, desto performanter ist die Verarbeitung der Anfragen an die acron-Datenbank,
* Je mehr Dienstprogramme angestartet werden, desto mehr Rechenleistung benötigt die Anwendung.

{% hint style="info" %}

* Bei zu vielen angestarteten Dienstprogrammen kann die Performance des Rechners herabgesetzt werden.
  {% endhint %}

Die acron-Datenbankanfragen werden vom JUNE5-Server an die acron-Datenquelle durchgereicht. Eine Komponente des JUNE5-ACRON-Service gewährleistet die Aufteilung der acron-Datenbank-Anfragen auf die Dienstprogramme. Dazu muss der JUNE5-ACRON-Service konfiguriert werden.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.videc.de/june5-3.7/acron-service.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
