The C++ framework for developing highly scalable, high performance servers on Windows platforms.

IOCompletionPort.h File Reference


Namespaces

namespace  JetByteTools
namespace  JetByteTools::Win32

Classes

class  CIOCompletionPort
 A simple wrapper around the I/O Completion Port API. I/O completion ports are, essentially, thread safe queues that can control how many threads are allowed to run and process items on the queue in a way that simply isn't possible if you stay entirely in "user mode". The queue keeps the threads that are waiting in fifo order to minimise memory paging and can limit the number of 'runable'threads that it releases. See here and here for more details. More...


Generated on Sun Sep 12 19:06:43 2021 for The Server Framework - v7.4 by doxygen 1.5.3