Supports limiting concurrent threads through the "concurrencyLimit" bean property. By default, the number of concurrent threads is unlimited.
NOTE: This implementation does not reuse threads! Consider a thread-pooling TaskExecutor implementation instead, in particular for executing a large number of short-lived tasks. @author Juergen Hoeller @since 2.0 @see #setConcurrencyLimit @see SyncTaskExecutor @see org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor @see org.springframework.scheduling.commonj.WorkManagerTaskExecutor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|