Quote Originally Posted by dabiabilus View Post
1 -) Do not use blocking approach. Use simply signal / slot way. but as I know signals are slow
What exactly is slow in signals?

Quote Originally Posted by dabiabilus View Post
am I right ?
There is also a 4th solution: you can use a non-blocking approach without using signals and slots.