Subj : MFC CSocket with Multithreading To : comp.programming.threads From : Gospill Date : Tue Mar 22 2005 11:02 pm Hi, I encountered an issue of Multithreading with CSocket. I'm using NDK2.0. The communication will only work with UI Thread. Other Worker Thread will not work. In brief, it only can support one single thread. How can I fix this, so that I can apply worker Thread as well in CSocket, to be multi Threading CSocket ? If there is any good example, kindly let me know. Thanks. .