ok2c commented on PR #594: URL: https://github.com/apache/httpcomponents-core/pull/594#issuecomment-3708220052
@arturobernalg In my opinion this is an advanced client feature and it should be in the client project, not core. I also think this should be a continuation of https://github.com/apache/httpcomponents-client/commit/ee6ebee1896f3ef00460182faccc6e96b1243b35. I think there should be just one queue per client instance. Requests that cannot be executed should be put at the end of the queue and re-executed when there total number of concurrent requests drops below the max limit. -- 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]
