Search code examples
WSAConnect() vs ConnectEx()...


c++socketswinapiwinsockiocp

Read More
Removing a handle from a I/O completion port and other questions about IOCP...


cwindowsfilesocketsiocp

Read More
"Un-associate" socket from completion port...


c++socketswinapiwinsockiocp

Read More
C# How to perform Asynchrounus I/O using Completion Ports with APM-TAP Patterns on WCF Callback?...


c#multithreadingwcfthreadpooliocp

Read More
Using IOCP with send() and recv()...


c++socketsiocp

Read More
Detecting named pipe disconnects with I/O completion...


winapinamed-pipesiocp

Read More
How to set up a thread pool for an IOCP server with connections that may perform blocking operations...


windowsthreadpooliocp

Read More
Using IOCP with UDP?...


c++performancenetworkingudpiocp

Read More
How to ensure thread safe in iocp receive?...


multithreadingwinapiwinsockiocp

Read More
Pass a direct value to CreateIoCompletionPort()'s CompletionKey parameter...


c++socketswinapiwinsockiocp

Read More
IOCP notification without completion key...


cwinsockwinsock2iocp

Read More
How to send a file using IOCP?...


c++socketswinapinetwork-programmingiocp

Read More
What IO operations causes completion packets to be sent to the completion port when using sockets?...


c++socketswinsockiocp

Read More
IO Completion Ports and socket WSARecv()...


c++socketswinapinetwork-programmingiocp

Read More
Winsock asynchronous multiple WSASend with one single buffer...


asynchronousbufferwinsocksendiocp

Read More
Calling WSAGetLastError() from an IOCP thread return incorrect result...


c++socketsiocp

Read More
Should WSASocket() be used with IOCP?...


c++socketswinsockiocpoverlapped-io

Read More
Does all error codes of WSASend() and WSARecv() means that the socket has disconnected?...


c++socketsiocp

Read More
How to know when the socket has received a FIN packet when using WSARecv() and IOCP?...


c++socketsiocp

Read More
How to create multiple threads for the completion port?...


c++socketswinapinetwork-programmingiocp

Read More
How to initialize WSAOVERLAPPED when using IOCP?...


c++socketswinapinetwork-programmingiocp

Read More
Completion key vs extending the OVERLAPPED structure...


c++socketsiocp

Read More
Server memory management...


c++memory-managementiocp

Read More
Should I make simultaneous WSASend() calls?...


c++multithreadingsocketsiocp

Read More
Why are I/O Completion Port Packets Queued in FIFO order if they may be dequeued in a different orde...


iocp

Read More
Should I handle the fact that WSASend() may not send all data?...


c++socketsiocp

Read More
Is calling WSASend() and WSARecv() from two threads safe when using IOCP?...


c++multithreadingsocketsiocp

Read More
What will be the values of these parameters when GetQueuedCompletionStatus() return FALSE?...


c++socketsiocp

Read More
Should I handle the error of WSARecv() in two places?...


c++socketsiocp

Read More
WSARecv() and the lpNumberOfBytesRecvd parameter...


c++socketsiocp

Read More
BackNext