SimpleAsyncTaskExecutor « Thread « Spring Q&A





1. Issue with number of threads while using SimpleAsyncTaskExecutor    forum.springsource.org

Hi, We are currently using the SimpleAsyncTaskExecutor within our batch application whereby the concurrencyLimit is configurable using a job parameter as shown below: Code: property name="concurrencyLimit" value="10"/--> ...

2. SimpleAsyncTaskExecutor not transfering data from calling thread    forum.springsource.org

SimpleAsyncTaskExecutor not transfering data from calling thread I am having a job which is running for longer time as it has around 100000 records. To make it running quicker I thought ...