nghttpx: Use dedicated worker for API processing
Some API processing is very slow (e.g., getaddrinfo). To avoid to slow down regular request handling, if multi threaded configuration is enabled, we allocate dedicated worker for API.
Showing
Please register or sign in to comment