Skip to content

GUI freezes after 3.5min of continuously reading real-time data #344

Answered by trashgod
highohm asked this question in Q&A
Discussion options

You must be logged in to vote

All supported host platform GUIs are single threaded, so saturation is inevitable. SwingWorker limits updates to 30Hz, while a JavaFX Task can do 60Hz.

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by highohm
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@highohm
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants