Files
spring-batch/spring-batch-infrastructure/src/main/java
dsyer 4c81d59205 OPEN - issue BATCH-1409: More efficient use of pool threads in repeat template (hence multi-threaded steps)
Use wait/notify instead of a Semaphore to allow calling thread to be re-scheduled if necessary.  Won't make any difference to repeats executed in the main thread, but if they are in a background thread it should be more fair to other tasks.
2009-09-18 16:39:25 +00:00
..