franz1981 commented on pull request #44:
URL: https://github.com/apache/qpid-jms/pull/44#issuecomment-953977356


   > I do specifically want to avoid a default case where users need to end up 
tweaking thread counts because an entirely legitimate blocking workload is 
drowning out other stuff happening though. Seems like there are 2 different 
routes for that to happen there (+based on seeing that happen elsewhere this is 
done).
   
   The default use case will remain the same as now ie one thread w its 
executor service per session, but we can still give the option for users that 
know that completions processing won't be blocking (or accept the trade-offs of 
slow completion processing) and they would be handled by a shared thread pool 
(configurable) that would auto-dispose when no JMS sessions requires it 
anymore. This would just keep the number of completion threads under control 
while fairly load balancing completion processing (FJ pool is pretty good at 
work-stealing)
   
   
   


-- 
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