Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in iocp
IOCP loop termination may cause memory leaks? How to close IOCP loop gracefully
Oct 18, 2025
windows
multithreading
io
iocp
How to deal with a case where multiple operations are posted on the same socket
Oct 18, 2025
c++
sockets
asyncsocket
iocp
Is there any way to use IOCP to notify when a socket is readable / writeable?
Sep 21, 2025
windows
sockets
iocp
What is the best approach to send data in IOCP?
Sep 20, 2025
c
sockets
winapi
winsock
iocp
Is calling WSASend() and WSARecv() from two threads safe when using IOCP?
Sep 18, 2025
c++
multithreading
sockets
iocp
IO Completion ports: How does WSARecv() work?
Mar 03, 2023
c++
winsock
iocp
Resources To learn IOCP On Windows
Dec 23, 2022
c
windows
iocp
io-completion-ports
"Un-associate" socket from completion port
Dec 16, 2022
c++
sockets
winapi
winsock
iocp
How can I wait on an I/O completion port and an event at the same time?
Oct 08, 2022
c++
c
multithreading
winapi
iocp
Is it possible to know how many unprocessed completed operations are queued on an IOCP through an API call?
Oct 05, 2022
c#
.net
sockets
iocp
Timer that supports overlapped I/O (for IOCP)?
Jul 17, 2022
timer
filehandle
iocp
overlapped-io
WSAConnect() vs ConnectEx()
Mar 12, 2018
c++
sockets
winapi
winsock
iocp
Does an IO completetion port spawn a new thread before or after the completion port has something to report?
Jul 05, 2022
windows
winapi
iocp
When using IOCP, should I set WSAOVERLAPPED's hEvent to NULL or to a valid handle to a WSAEVENT object?
Nov 25, 2018
c++
sockets
winsock2
iocp
SSL_read fails with SSL_ERROR_SSL
Jul 05, 2020
c++
openssl
iocp
can the infamous `ERROR_NETNAME_DELETED' error be considered an error at all? [duplicate]
Mar 05, 2022
c++
winapi
tcp
network-programming
iocp
IOCP C++ TCP client
Feb 11, 2022
c++
windows
tcp
iocp
CloseHandle() returns before the serial port is actually closed
May 25, 2022
windows
winapi
serial-port
iocp
io-completion-ports
Windows limitation on number of simultaneously opened sockets/connections per machine
Sep 14, 2022
windows
sockets
networking
iocp
How do Completion Port Threads of the Thread Pool behave during async I/O in .NET / .NET Core?
Jun 12, 2022
.net
asynchronous
.net-core
threadpool
iocp
Older Entries »