All:

In NGINX (and Apache HTTP server) multiple workers can be bound to a port.   
For example, multiple workers can be bound to say localhost:80 using the 
SO_REUSEPORT feature.  When requesting a connection from the pool, is it 
possible to get a connection to a certain worker?  There can be information 
cached in a certain worker and the application may want to connect to it.

With regards,
M.P. Ardhanareeswaran
---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
For additional commands, e-mail: httpclient-users-h...@hc.apache.org

Reply via email to