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

Analyse and Fix possible parallel execution issues in the (AAS/Submodel)InMemoryServices #548

Open
mateusmolina-iese opened this issue Nov 28, 2024 · 0 comments

Comments

@mateusmolina-iese
Copy link
Member

mateusmolina-iese commented Nov 28, 2024

While working on #547, I discovered synchronization issues in both classes. However, I did not have enough time to thoroughly investigate either class to ensure no additional issues are present.

  • Investigate more performant alternatives

Entrypoints

  1. https://github.com/eclipse-basyx/basyx-java-server-sdk/blob/main/basyx.aasservice/basyx.aasservice-backend-inmemory/src/main/java/org/eclipse/digitaltwin/basyx/aasservice/backend/InMemoryAasService.java
  2. https://github.com/eclipse-basyx/basyx-java-server-sdk/blob/main/basyx.submodelservice/basyx.submodelservice-backend-inmemory/src/main/java/org/eclipse/digitaltwin/basyx/submodelservice/InMemorySubmodelService.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: BaSyx Java V2
Development

No branches or pull requests

1 participant