Quartz scheduler theadpool
Posted
by Shamik
on Stack Overflow
See other posts from Stack Overflow
or by Shamik
Published on 2010-06-08T01:43:05Z
Indexed on
2010/06/08
1:52 UTC
Read the original article
Hit count: 310
The SimpleThreadPool class shipped along with Quartz Scheduler does not have a FIFO behavior. I want to make sure if I keep adding jobs to the scheduler, they are addressed in a First - in - First - out basis. Is there any ThreadPool available for this ? Or is there any other way to achieve this?
© Stack Overflow or respective owner