1. Issue with number of threads while using SimpleAsyncTaskExecutor forum.springsource.orgHi, We are currently using the SimpleAsyncTaskExecutor within our batch application whereby the concurrencyLimit is configurable using a job parameter as shown below: Code: |
2. SimpleAsyncTaskExecutor not transfering data from calling thread forum.springsource.orgSimpleAsyncTaskExecutor 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 ... |