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

Circumvent synchronization on the Tapestry Session object #122

Open
khituras opened this issue Aug 28, 2020 · 1 comment
Open

Circumvent synchronization on the Tapestry Session object #122

khituras opened this issue Aug 28, 2020 · 1 comment
Assignees
Milestone

Comments

@khituras
Copy link
Member

Currently, the ElasticSearch and Neo4j result Futures are stored in the session. This poses a problem when the widgets should be able to asynchronously load their data and render as soon as their data is available. When a longer-running process accesses the Session first, all other data retrieval requests wait at the Session monitor. This can cause widgets to display the loading message longer than necessary.

@khituras khituras added this to the 0.2 milestone Aug 28, 2020
@khituras khituras self-assigned this Aug 28, 2020
@khituras
Copy link
Member Author

khituras commented Sep 1, 2020

Unfortunately, the issue still persists even with the use of the GePiDataService. It seems that it only works fine often by accident.

@khituras khituras reopened this Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant