Skip to content
  • Witold Kręcicki's avatar
    netmgr: make tcp listening multithreaded. · bc5aae15
    Witold Kręcicki authored and Evan Hunt's avatar Evan Hunt committed
    When listening for TCP connections we create a socket, bind it
    and then pass it over IPC to all threads - which then listen on
    in and accept connections. This sounds broken, but it's the
    official way of dealing with multithreaded TCP listeners in libuv,
    and works on all platforms supported by libuv.
    bc5aae15