franz1981 opened a new pull request #44:
URL: https://github.com/apache/qpid-jms/pull/44


   This implements an elastic per-connection thread pool that allows session 
completions to be consumed in order (as now), but to save creating a thread per 
session.
   
   In a shared connection use case, multiple sessions can benefit from re-using 
the same thread to handle their completions, reducing dramatically both wake-up 
cost and (native) memory usage.   
   


-- 
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: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to