Hey, how can I open 2 connection (at same time) to a datasoket server. I need this because I want to read, calculate and write to a datasocket server (VC++2003.net). The time before I opened only one connecting and closes this after read. then I openend a write connection.... But this takes a lot of time and CPU usage.
Part II:
The complete code is stored in an MFC DLL. The calulation is done outside the dll. So how can I store the connection in the meantime.