• Magnus Hagander's avatar
    Change win32 child-death tracking code to use a threadpool to wait for · bb98b2e2
    Magnus Hagander authored
    childprocess deaths instead of using one thread per child. This drastastically
    reduces the address space usage and should allow for more backends running.
    
    Also change the win32_waitpid functionality to use an IO Completion Port for
    queueing child death notices instead of using a fixed-size array.
    bb98b2e2
win32.h 8.75 KB