iocp
Multiple immediate number of WSASend calls and the data sending order
As you know, WSASend-completion-WSASend-...(repeat) guarantees sending data in order. However, I heard that WSASend-WSASend-WSASend-completion-completion-completion ALSO GUARANTEES sending data in ord[详细]
2023-04-10 18:49 分类:问答Resources To learn IOCP On Windows
I recently开发者_JAVA技巧 was made aware of this thing called IOCP on windows and i began searching for more information on it but i couldn\'t find anything up to date (most of the examples were on co[详细]
2023-04-03 08:42 分类:问答Problem with wsarecv while using with IOCP
I am new to IOCP and struggling with this for last few weeks. I have pasted some core part of my code below related to IOCP.This may not be executed perfectly as I clipped some part to make it easy to[详细]
2023-04-02 23:45 分类:问答Winsock IOCP Server Stress Test Issue
I have a winsock IOCP server written in c++ using TCP IP connections.I have tested this server locally, using the loopback address with a client simulator.I have been able to get upwards of 60,000 cli[详细]
2023-03-31 14:22 分类:问答Packet timing problem
I have a client that every 8 seconds will send a packet to a server. If the server detects the packets are sent too fast it will disconnect the client. In the client I call Sleep(8000); before sending[详细]
2023-03-29 12:03 分类:问答Is Node.js production-ready on Windows? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-21 00:14 分类:问答Is it necessary to set hEvent on the OVERLAPPED structure when doing I/O completion ports?
I\'m using I/O completion ports on Windows for serial port communication (we will potentially have lots and lots of serial port usage). I\'ve done the usual, creating the IOCP, spinning up the I/O thr[详细]
2023-03-10 10:47 分类:问答.NET IOCP ThreadPool overhead with async UDP operations
I have developed a VoIP media server which exchanges RTP packets with remote SIP endpoints. It needs to scale well - and while I was initially concerned that my C# implementation would not come close[详细]
2023-03-08 05:13 分类:问答Packet Delay Variation (PDV)
I am currently implementing video streaming application where the goal is to utilize as much as possible gigabit ethernet bandwidth[详细]
2023-03-05 15:30 分类:问答GetQueuedCompletionStatus delayed
I have written complex library for managing network communication based on iocp mechanism. Problem is that when server closes the connection by calling API method closesocket() this information is som[详细]
2023-03-01 07:13 分类:问答