traeak commented on PR #10117: URL: https://github.com/apache/trafficserver/pull/10117#issuecomment-1719828891
I ran some performance tests and the session pool walking has a negative affect if there's a large number of matching pool entries. I will cut that number back to only checking the first few (whatever that number is, 4 or 8) for same thread session, otherwise fall back to taking the first (most idle) session. -- 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]
