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

Opening the run in the main thread blocks the GUI #19

Open
takluyver opened this issue Feb 25, 2020 · 0 comments
Open

Opening the run in the main thread blocks the GUI #19

takluyver opened this issue Feb 25, 2020 · 0 comments

Comments

@takluyver
Copy link
Member

If opening a run takes a long time (as it not infrequently does), the GUI locks up until it's done. Besides efforts to make opening a run quicker, we should possibly also look at loading data in a separate thread, so that the GUI can work and show a spinner or something until it's done.

h5py currently doesn't release the GIL, but even without that, Python should give the GUI thread chances to run. h5py 3.0 will have the ability to release the GIL on some operations.

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