I'm wrote an MMO server where there is one main loop and all clients are processed (packets read/sent) (Non blocking) and then theres a small 500 ms delay/tick before the next loop.
I want to start working with IOCP, can this style server be done with IOCP?