Hello,

what is the meaning of keepaliveseconds of ThreadPoolExecutor?

I see that:

"Set the ThreadPoolExecutor's keep-alive seconds. Default is 60.

This setting can be modified at runtime, for example through JMX. "

But, what ThreadPoolExecutor keep alive? Someone can explain me exactly what do this variable?

Thanks