Tagged Questions
1
vote
2answers
688 views
IOCP, Cross platform libraries?
I've recently bumped into something called IOCP on the windows platform, to be more precise: Input/Output Control Ports. This seems to be the most efficient way to code your server software when it ...