javaでスレッドプーリングを使ったクォーツスケジューラのサンプルをください
6724 次
1 に答える
2
OReilly には、スレッドプーリングのための Quartz 構成を詳述した記事があります。以下を に入れますquartz.properties
。
org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool
org.quartz.threadPool.threadCount = 5
org.quartz.threadPool.threadPriority = 5
于 2009-10-05T08:43:57.097 に答える