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

Allow computation task with a reference to a computation template #292

Open
aseeland opened this issue Feb 9, 2023 · 0 comments
Open

Allow computation task with a reference to a computation template #292

aseeland opened this issue Feb 9, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed jira There exists a task in Jira

Comments

@aseeland
Copy link
Contributor

aseeland commented Feb 9, 2023

At the moment the whole computation template is send on each computation request.
By using the prepare-message when the frontends starts, a unique reference to the template can be send back from the Websocket-API. With this reference the computation template can be omitted in the computation message.
This increases scalability especially in the Ilias-usecase.

To be discussed:

  • When is the computation template destroyed?
  • Which tecnology is used to store the computation templates in the websocket-api? in-memory? db?
@aseeland aseeland added enhancement New feature or request help wanted Extra attention is needed jira There exists a task in Jira labels Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed jira There exists a task in Jira
Projects
None yet
Development

No branches or pull requests

1 participant