Group: microsoft.public.windowsce.app.development · Group Profile · Search for wsagetoverlappedresult in microsoft.public.windowsce.app.development
Author: Skywing [MVP]
Date: Aug 1, 2006 07:10
Hi, Im writing a serverapp on WindowsCE 5.0 using Winsockes2.0. What happens is that I have one reader thread that blocks on the socket by WSAGetOverlappedResult. When It receivces data it signals another thread by an Event and blocks again. The signaled thread now tries to send an aknowlegde over the same socket by WSASend. This succeeds, but unexpectedly the blocking reading thread
|