CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: roybj

Search: Search took 0.05 seconds.

  1. winsock application and multhreading - listening to socket event from another thread

    assume we have an application which uses winsock to implement tcp communication. for each socket we create a thread and block-receiving on it. when data arrives, we would like to notify other threads...
  2. winsock application and multhreading - listening to socket event from another thread

    assume I have an application which uses winsock to implement tcp communication. for each socket we create a thread and block-receiving on it. when data arrives, we would like to
    notify other...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured