Search code examples
IOCP ReadFile always blocks until read completion...

readfileiocp

Read More
Do I need to make clients support iocp when the server is iocp based?...

socketsiocp

Read More
Strange IOCP behaviour when communicating with browsers...

c++socketswinapiwinsockiocp

Read More
Which handle to pass to CreateIoCompletionPort, if using IOCP for basic signaling?...

cwindowssignalsfifoiocp

Read More
GetQueuedCompletionStatus continues to select events on closed sockets...

c++winsockiocp

Read More
Is there any way to use IOCP to notify when a socket is readable / writeable?...

windowssocketsiocp

Read More
Windows 2012 R2 closesocket() hangs on listening socket...

c++windowssocketsnetwork-programmingiocp

Read More
Scalable server framework in C++...

c++boost-asioepolliocpscalable

Read More
Unable to accept a new connection properly using IOCP - Invalid socket handle...

c++socketsiocp

Read More
Zero byte receives: purpose clarification...

network-programmingwinsockwinsock2iocp

Read More
IO Completion ports: separate thread pool to process the dequeued packets?...

c++11network-programmingwinsockwinsock2iocp

Read More
NumberOfConcurrentThreads parameter in CreateIoCompletionPort...

network-programmingwinsockwinsock2iocp

Read More
AcceptEx() synchronous completion?...

network-programmingwinsockwinsock2iocp

Read More
Closing sockets that haven't completed AcceptEx - if and how?...

socketswinsockwinsock2iocp

Read More
Waiting for GUI events and IOCP notifications at once...

windowsiocpmessage-loop

Read More
Win32 IOCP with serial port not working...

c++windowsserial-portiocp

Read More
Async IO without completion port?...

c#asynchronousthreadpooliocp

Read More
IOCP WSARecv always return error 10022...

c++windowsc++11iocpio-completion-ports

Read More
closesocket() not completing pending operations of IOCP...

c++socketswinsockiocpclosesocket

Read More
Is it OK for a text editor to pass each keypress from one thread to another?...

windowsmultithreadingwinapitext-editoriocp

Read More
How does .NET handle IOCP thread safety?...

c#.netsocketsiocp

Read More
Simple description of worker and I/O threads in .NET...

.netmultithreadingiocp

Read More
Binding to a UDP socket for IOCP using C...

cudpiocp

Read More
Using IOCP with multiple listeners...

cwindowssocketsserveriocp

Read More
My graphic representation and interpretation of socket-based models...

c++socketsiocpio-completion-ports

Read More
How to know if a WSASend() operation has been completed without calling GetQueuedCompletionStatus()?...

csocketswinapiwinsockiocp

Read More
What is the order of the completion packets for WSASend() and WSARecv() in this case?...

csocketswinapiwinsockiocp

Read More
IOCP threads - Clarification?...

c#async-awaitiocp

Read More
How to juggle FILE_SKIP_COMPLETION_PORT_ON_SUCCESS, IOCP, and cleanup...

cwinapiiocpoverlapped-ioio-completion-ports

Read More
Overlapped I/O: How to wake a thread on a completion port event or a normal event?...

windowsiocp

Read More
BackNext