1.

What Are Thread Pool Attributes?

Answer»
  • allow-core-timeout:Boolean setting that determines whether core THREADS MAY time out. The default VALUE is false.
  • core-threads:The core thread POOL size. This must be smaller than the maximum thread pool size.
  • queue-length:The maximum queue length.
  • max-thread:The maximum thread pool size.
  • keepalive-time:Specifies the amount of time that pool threads should be KEPT after doing work.
  • thread-factory:Reference to the thread factory .



Discussion

No Comment Found