Hi everyone!
I have experienced strange behaviour of my multi-threaded application I cannot explain.
It works fine when compiled in debug mode, but when it is compiled in release mode (on Windows XP) and then run it looks that the threads (I have about 20 of them) stop one by one in periods of several seconds.
I've found out in QT docs that some OS may have limitations on how many threads can the application have. But I haven't found anywhere how many it is on Win XP. Does any of you have experiance with that number of threads on Windows XP to share your experiance with me please? And why they stop not straight ahead, but after a while and only in release mode??? I have no clue
Bookmarks