[Qt-interest] QT console QTcpServer application
Louis Hoefler
louis.hoefler at gmx.de
Tue Oct 11 15:58:16 CEST 2011
Hello everyone,
I try to implement the threaded fortune server example as simple console
application.
However, if I use an endless loop while(true) {...} I get 100% processor
usage for the server process.
So as I understand it I need a way to implement the signal and slot
system without loop, how can this be done?
I use vs2010 with qt-addin and qt 4.7.4.
Thank you, Louis
More information about the Qt-interest-old
mailing list