wsagetoverlappedresult
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 5 articles for 0.302 sec
Make sure that all of the buffers you passed in to the original WSASend call, including the overlapped structure, are still valid (this means that if they are stack buffers in particular, that the stack has not unwound past them). -- Ken Johnson (Skywing) Windows SDK MVP <SHB-MSDN@newsgroup.nospam> wrote in message news:%%23LGP1VVtGHA.4140@TK2MSFTNGP03.phx.gbl... > Hi, > > Im writing     

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
Show full article (1.11Kb) · Show article thread
"David Schwartz" <davids@webmaster.com> wrote in message news:d95b65e6-209a-432e-8dd0-b170a1362d63@n77g2000hse.googlegroups.com... > On Feb 24, 5:42 pm, "Michael K. O'Neill" > <mikeathon2...@nospam.hotmail.com> wrote: > > > I'm using ConnectEx() as part of a stress-test client for an IOCP server, to > > hammer the server with many simultaneous connections. I know that some of > > the connection     

Group: microsoft.public.windowsce.app.development · Group Profile · Search for wsagetoverlappedresult in microsoft.public.windowsce.app.development
Author: SHB-MSDN
Date: Aug 1, 2006 03:30

> The scenario is ordinary: call ConnectEx() with a NULL SendDataBuffer. WSAGetLastError returns WSA_IO_PENDING.  I get the completion notification in a worker thread that's waiting on  GetQueuedCompletionStatus().  Now, how can I determine that the connection request has failed, or was successful? If your call to GetQueuedCompletionStatus returns you can call GetLastError(). If the failure
Show full article (0.69Kb)
On Feb 24, 5:42 pm, "Michael K. O'Neill" <mikeathon2...@nospam.hotmail.com> wrote: > I'm using ConnectEx() as part of a stress-test client for an IOCP server, to > hammer the server with many simultaneous connections. I know that some of > the connection requests will fail, and I'm trying to determine (in the > client's code) when they do. But I can't figure out how to do so in the > completion     

Group: comp.os.mswindows.programmer.networks · Group Profile · Search for wsagetoverlappedresult in comp.os.mswindows.programmer.networks
Author: Michael K. O'Neill
Date: Feb 26, 2008 08:14

Show full article (1.37Kb) · Show article thread
    

Group: comp.os.mswindows.programmer.networks · Group Profile · Search for wsagetoverlappedresult in comp.os.mswindows.programmer.networks
Author: Len Holgate
Date: Feb 25, 2008 02:13

Show full article (0.86Kb) · Show article thread
    

Group: comp.os.mswindows.programmer.networks · Group Profile · Search for wsagetoverlappedresult in comp.os.mswindows.programmer.networks
Author: David Schwartz
Date: Feb 24, 2008 21:07

Show full article (0.80Kb) · Show article thread