[Qt-interest] readyRead() SIGNAL question

Alexander Carôt Alexander_Carot at gmx.net
Wed May 19 16:24:46 CEST 2010


Hi all,

I have connected the readyRead() SIGNAL of a QUdpSocket to a respective SLOT function:

connect(dFC->send, SIGNAL( readyRead() ), rec, SLOT( receiverSlot() ) );

In that context I discovered something strange: When running an application with numerous threads I have the impression that receiverSlot is not triggered as immediately anymore as without the threads. In that context I am wondering if the network receiverSlot is triggered with realtime scheduling priority or do I possibly need to apply additional calls in order to achieve that ?

Thanks in advance,
best

-- A l e x

  



More information about the Qt-interest-old mailing list