threadpoolexecutor

  • 网络线程池
threadpoolexecutorthreadpoolexecutor
  1. The same ThreadPoolExecutor is used to directly submit work to the pool that can utilize the default J2EE context .

    使用同一ThreadPoolExecutor直接将工作提交到可以利用缺省J2EE上下文的池。

  2. When using a custom thread pool such as a ThreadPoolExecutor , it may not be desirable to run work within a single J2EE context .

    在使用自定义线程池(如ThreadPoolExecutor)时,可能不需要在单个J2EE上下文中运行工作。