arturobernalg commented on PR #728:
URL: 
https://github.com/apache/httpcomponents-client/pull/728#issuecomment-3689012663

   > What could also be useful is enqueuing requests instead of failing them 
and executing them as soon as the number of concurrent requests drops below the 
maximum. Moreover, the same queuing mechanism could be used to re-queue and 
retry requests that did not get executed due to the opposite endpoint closing 
the connection.
   
   @ok2c Marked the new builder setters as @Experimental. Agreed on the 
limitations of a per-client cap; I’ll keep this change-set scoped to fail-fast 
limiting for now. I’ll follow up with separate PRs for (1) per-connection caps 
and (2) optional bounded queuing / re-queue of not-yet-started requests.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to