Python Forum
[PyQt] Need help choosing threading method
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyQt] Need help choosing threading method
#5
(Nov-03-2022, 01:20 PM)deanhystad Wrote: It is easy to try. And if it makes the GUI laggy you can always look into trying threads. I have built Qt apps far more demanding than yours, collecting tens of thousands of signal values a second and having multiple oscilloscope like displays running at the same time. And I am not using doing any threading. But I'm not using a slow serial connection.

The way I understood it from reading online, threading is recommended specifically because the communication is slow and asychronous. In any case I'll definitely try your suggestion, it's all part of learning ;)
shame I won't be able to truly test all this in context before I have rebuilt most of the original application which is a complete mess (think unnecessary operation offloaded to the arduino, huge portions of procedural code executed as subprocesses, global variables everywhere to communicate between processes...)
Reply


Messages In This Thread
Need help choosing threading method - by Oolongtea - Nov-01-2022, 01:07 PM
RE: Need help choosing threading method - by Oolongtea - Nov-03-2022, 03:38 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  choosing a GUI library Skaperen 3 2,243 Oct-17-2021, 07:09 PM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020