Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in iocp

Is it possible to know how many unprocessed completed operations are queued on an IOCP through an API call?

c# .net sockets iocp

Timer that supports overlapped I/O (for IOCP)?

WSAConnect() vs ConnectEx()

c++ sockets winapi winsock iocp

Does an IO completetion port spawn a new thread before or after the completion port has something to report?

windows winapi iocp

When using IOCP, should I set WSAOVERLAPPED's hEvent to NULL or to a valid handle to a WSAEVENT object?

c++ sockets winsock2 iocp

SSL_read fails with SSL_ERROR_SSL

c++ openssl iocp

can the infamous `ERROR_NETNAME_DELETED' error be considered an error at all? [duplicate]

IOCP C++ TCP client

c++ windows tcp iocp

CloseHandle() returns before the serial port is actually closed

Windows limitation on number of simultaneously opened sockets/connections per machine

How do Completion Port Threads of the Thread Pool behave during async I/O in .NET / .NET Core?

TCP/IP IOCP received data sometimes corrupt - Visual C++ on Windows

c++ sockets tcp corrupt iocp

What's the best way to ping many network devices in parallel?

Windows 2012 R2 closesocket() hangs on listening socket

CreateFile() returns INVALID_HANDLE_VALUE but GetLastError() is ERROR_SUCCESS

Calling WSAGetLastError() from an IOCP thread return incorrect result

c++ sockets iocp

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

c windows file sockets iocp

Is there a I/O completion port based component for Delphi?

delphi iocp

GetQueuedCompletionStatus can't dequeue IO from IOCP if the thread which originally issued the IO is blocking in ReadFile under windows 8

Scalable server framework in C++