You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by exabrial <gi...@git.apache.org> on 2018/09/26 00:52:56 UTC

[GitHub] tomee issue #170: [7.0.x Branch] TOMEE-2240 ManagedScheduledExecutorService ...

Github user exabrial commented on the issue:

    https://github.com/apache/tomee/pull/170
  
    > While this class inherits from ThreadPoolExecutor, a few of the inherited tuning methods are not useful for it. In particular, because it acts as a fixed-sized pool using corePoolSize threads and an unbounded queue, adjustments to maximumPoolSize have no useful effect
    
    need to read the manual better


---