Search found 18 matches
- Wed Oct 29, 2008 2:29 pm
- Forum: C++ Development
- Topic: wxTCP... and recursive Yield
- Replies: 7
- Views: 1894
Look at http://wiki.wxwidgets.org/docbrowse.cgi/wxwin_wxapp.html#wxappyield "Calling Yield() recursively is normally an error and an assert failure is raised in debug build if such situation is detected. However if the onlyIfNeeded parameter is true, the method will just silently return false inste...
- Wed Oct 29, 2008 2:23 pm
- Forum: C++ Development
- Topic: wxTCP... and recursive Yield
- Replies: 7
- Views: 1894
Create a thread for each socket
Here http://forums.wxwidgets.org/viewtopic.php?t=43&highlight=wxyield , it is said I can create a thread for each socket; so I think that it is a thread for each wxTCPConnection for me.. But I am not sure how to do that. I have a class MyServer derived from wxTCPServer and a class MyConnection deriv...
- Tue Oct 28, 2008 2:58 pm
- Forum: C++ Development
- Topic: wxTCP... and recursive Yield
- Replies: 7
- Views: 1894