1. Quartz freezes Jetty (Not really) forums.terracotta.orgI very highly doubt that Quartz is causing this problem. First off it doesn't do anything to interact with Jetty's socket handlers - or any other part of Jetty for that matter. It creates its own threads and only uses those. (Unless your config specifies to use a WorkManager from which to obtain threads). Why don't you take a thread dump ... |