1. @Scheduled & scheduler: What exactly does pool-size do? stackoverflow.comI want to run several scheduled Tasks simultaneously. When configuring spring to do so, I can supply a pool-size to the scheduler:
But what exactly does ... |
2. Can we create a pool of Spring ScheduledExecutorTask? stackoverflow.comI'm trying to see if there's a possibility to create a pool of spring ScheduledExecutor. What I need is a set a ScheduledExecutor tasks which will perform certain task in a ... |
3. Best practice for a pooling job? forum.springsource.orgBest practice for a pooling job? We have a job that is pooling. It has to look into a directory and pick up files from there if there are some. A ... |