franz1981 commented on issue #2514: ARTEMIS-2236 Address Latency Impact caused by ARTEMIS-1451 URL: https://github.com/apache/activemq-artemis/pull/2514#issuecomment-456717696 @michaelandrepearce Ok, I need to understand this. The new version distributes tasks across threads, but if the maxThread count is not reached it will create new ones. If any of those threads will remain idle for > 1 minute the thread is being interrupted and die. If all threads are kept busy they will remain alive and will receive an equally distributed load of tasks. Until now is correct?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
