IOCP?

Options
Eldar9x
edited May 2011 in Photon Server
Is it true that in the core of Photon used IOCP (I/O Completion Ports)?

Comments

  • Tobias
    Options
    True. It's the fundamental async i/o method in Windows.
    Aside from this, the Photon Core also handles threading and memory management in a highly optimized way to get the networking done in minimal time.