Hello,

I am pretty sure there is no way to connect to a specific listener. However I 
am also pretty sure you would have to ask Httpd or Nginx projects instead.

However I am also sure that you normally don’t need it, must of the caches are 
shared across all the workers (or sessions beeing sticky). Can you give a 
specific case where this is not the case?

Gruss
Bernd
--
http://bernd.eckenfels.net

________________________________
Von: M.P. Ardhanareeswaran <mp.ardhanareeswa...@oracle.com>
Gesendet: Montag, Juli 23, 2018 5:46 AM
An: httpclient-users@hc.apache.org
Betreff: so_reuseport and HttpClientConnection

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