Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.995 Beiträge
 
#1

The strange limitation of 64 threads

  Alt 27. Mär 2016, 19:10
When using the Windows I/O Completion Port (IOCP), people seem to limit their thread pools to a maximum of 64 threads. This is probably caused by the fact that WaitForMultipleObjects limits the number of input handles with the nice magic constant MAXIMUM_WAIT_OBJECTS (which happens to be 64). Here ...

More...
  Mit Zitat antworten Zitat