nghttpx: Don't stop default loop of worker process on graceful shutdown
To keep ipc channel being read from worker process, default loop should not be stopped. To join all worker threads, now we use dedicated thread to do this. When all worker threads are joined, ev_async_send sends message to default loop, and it is finally stopped.
Showing
Please register or sign in to comment