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

LiveData GUI: consider thread-safety and performance #5894

Closed
mantid-builder opened this issue Mar 30, 2012 · 1 comment
Closed

LiveData GUI: consider thread-safety and performance #5894

mantid-builder opened this issue Mar 30, 2012 · 1 comment
Milestone

Comments

@mantid-builder
Copy link
Collaborator

Original Reporter: @jzikovsky

Original Owner: @jzikovsky

The worst case scenario is having a live plot of a big event workspace. When you display it, the event list is being sorted. If a new chunk of data gets added at the same time, bad things happen.

There is also the possibility of a queue of "update" signals being sent and piling up if drawing is slower than updates.


Keywords: LiveData

@mantid-builder
Copy link
Collaborator Author

This issue was originally trac ticket 5048

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