-
Jun 19th, 2008, 03:52 AM
#1
SimpleStepFactoryBean and throttleLimit
SimpleStepFactoryBean creates TaskExecutorRepeatTemplate templates but it does not set the throttleLimit which defaults to 4. If I have a TaskExecutor with more than 4 threads this is a bottleneck.
Shouldn't the SimpleStepFactoryBean provide a setter for throttle limit?
-
Jun 19th, 2008, 09:49 AM
#2
The best way to accomplish that right now would be to use a RepeatOperationsStepFactoryBean and set the complete RepeatTemplate yourself.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules