That application produces exactly one thread on Windows XP and Windows 7 here. Since you have not given it a UI and there's no obvious way to exit it perhaps you are looking at multiple instances. Alternatively, perhaps you have use Microsoft's compiler and its runtime is doing something odd with threads.
WinXPDev.png
Win7_32.jpg
Some of the networking functions have recently been implemented with an internal worker thread, so it is not true that Qt apps are completely thread-free.
Bookmarks