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

Request Hets's version outside of mutex-block #1791

Open
eugenk opened this issue Aug 13, 2016 · 2 comments
Open

Request Hets's version outside of mutex-block #1791

eugenk opened this issue Aug 13, 2016 · 2 comments

Comments

@eugenk
Copy link
Member

eugenk commented Aug 13, 2016

When I call HetsInstance.choose!
And the instance of Hets is not reachable (a timeout occurs)
And there are other processes that call HetsInstance.choose!
Then the other instances must wait for the timeout to expire as well.

This is because choose! requests the version of Hets in a mutex-block.

Change the choosing mechanics in a way that the timeout does not make other processes wait.

@tillmo
Copy link
Member

tillmo commented Aug 13, 2016

is this a possible explanation for ontologies being indefinitely pending on develop.ontohub.org?

@eugenk
Copy link
Member Author

eugenk commented Aug 13, 2016

I'm not 100% (but some 80%) sure that it is.

@eugenk eugenk added this to the improve stability milestone Aug 13, 2016
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

2 participants