Can thread pool improve performance for such scenario
Jerry OELoo
oyljerry at gmail.com
Tue Jun 30 06:02:53 UTC 2015
Hi All:
I am using Nginx as a reverse proxy which provide a web API (HTTP GET
) to client.
and the backend application will get request from nginx and do some
time-consuming processing (1-2 seconds) then response result to nginx,
Nginx return result to client.
I think this is synchronize operation.
As I know, Nginx import thread pools feature, so is it useful for my
scenario and improve performance?
--
Rejoice,I Desire!
More information about the nginx
mailing list