Trying to find detailed information about listeners and using more than one listener for application. So I am wondering what may happen if I continue to use about 15 listeners with different ports on production.
Seems like everything is good for now excepts cpu latency (about 7\8 on 10core processor)
The settings are (for each listener):
"acceptor_pool": 200,
"connects_opts": {"max_connections": 130000, "max_keepalive": 130000}
Could you please show me the right direction with detailed information or there is no deal with it and I can use listeners as more as I want
thank you in advance