A: 

Make sure these properties are set:

org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPool org.quartz.threadPool.threadCount=3 org.quartz.threadPool.threadPriority=5

This will allow a few jobs to run at the same time. Adjust the settings as needed.

Zack