问题
Please give me the sample on quartz scheduler using thread pooling in java
回答1:
OReilly has an article detailing the Quartz configuration for thread-pooling. Put the following in your quartz.properties
.
org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool
org.quartz.threadPool.threadCount = 5
org.quartz.threadPool.threadPriority = 5
来源:https://stackoverflow.com/questions/1518558/sample-on-quartz-scheduler-thread-pool