Results 1 to 2 of 2

Thread: keepaliveseconds and ThreadPoolExecutor

  1. #1

    Default keepaliveseconds and ThreadPoolExecutor

    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

  2. #2
    Join Date
    Jan 2008
    Location
    Mohnton, PA USA (that's near Philadelphia)
    Posts
    2,148

    Default

    I would suggest to go through Task section fo the Spring manual where all of it is explained in the context: http://static.springsource.org/sprin...cheduling.html

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •