When the Dream server runs out of open files (EMFILE error on macOS), the web server never recovers from this condition. You can test this by setting the open file limit really low and doing concurrent requests with a tool such as Apache bench. Once the EMFILE error condition is logged to the console, the web server will hang and never respond to requests again.