kirklund opened a new pull request #6974:
URL: https://github.com/apache/geode/pull/6974


   Restores thread count support to ExecutorServiceRule, and adds it to
   DistributedExecutorServiceRule.
   
   PROBLEM
   
   ExecutorService rules currently create a newCachedThreadPool which
   creates new threads as needed.
   
   Some usages would benefit from specifying a threadCount limit which
   would create a newFixedThreadPool that reuses a fixed number of 
   threads.
   
   SOLUTION
   
   Add threadCount creation parameter to both ExecutorServiceRule and
   DistributedExecutorServiceRule.
   
   NOTE
   
   This is for use in tests only.


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


Reply via email to