标签: java quartz-scheduler
请使用java中的线程池
答案 0 :(得分:2)
OReilly有一个article详细说明了用于线程池的Quartz配置。将以下内容放入quartz.properties。
quartz.properties
org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool org.quartz.threadPool.threadCount = 5 org.quartz.threadPool.threadPriority = 5