I was looking to using Quartz.Net in an aSP.Net app to run background jobs at regular intervals.
Question: If I use Quartz.Net in an ASP.Net app, will the scheduled job execute on an ASP.Net thread pool thread or will it use its own thread pool separate from ASP.Net thread pool?
Go to the complete details ...