Hey there, recently we have been using this beautiful lib for our internal 
microservices communication, but I have some question about max connection 
count.
What will happen when max count of connections will be used?
For example, if  PoolingHttpClientConnectionManager has maximum 200 of 
connections
cm.setMaxTotal(200);
and all of them are used, what will happen then client should execute another 
request, which will require 201 connection?
Will it throw error or will some of the active connections closed ( for example 
some LRU/LFU logic) ?
УВЕДОМЛЕНИЕ О КОНФИДЕНЦИАЛЬНОСТИ: Это электронное сообщение и любые документы, 
приложенные к нему, содержат конфиденциальную информацию. Настоящим уведомляем 
Вас о том, что если это сообщение не предназначено Вам, использование, 
копирование, распространение информации, содержащейся в настоящем сообщении, а 
также осуществление любых действий на основе этой информации, строго запрещено. 
Если Вы получили это сообщение по ошибке, пожалуйста, сообщите об этом 
отправителю по электронной почте и удалите это сообщение. CONFIDENTIALITY 
NOTICE: This email and any files attached to it are confidential. If you are 
not the intended recipient you are notified that using, copying, distributing 
or taking any action in reliance on the contents of this information is 
strictly prohibited. If you have received this email in error please notify the 
sender and delete this email.

Reply via email to