Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Quartz.NET server documentation

when downloading Quartz.NET it contains a server component with a console application.

The website, faq and API documentation doesn't mention anything about it.

Would anybody know more about it or know where I can find more documentation on it?

Thanks, Patrick

like image 718
Patrick Wolf Avatar asked Jun 16 '09 21:06

Patrick Wolf


People also ask

How does Quartz Net work?

As per their website: Quartz.NET is a full-featured, open source job scheduling system that can be used from smallest apps to large scale enterprise systems. It's an old staple of many ASP.NET developers, used as a way of running background tasks on a timer, in a reliable, clustered, way.

How many jobs can Quartz handle?

The actual number of jobs that can be running at any moment in time is limited by the size of the thread pool. If there are five threads in the pool, no more than five jobs can run at a time.


1 Answers

Well you can join Quartz.NET Google group and ask questions or read archives. I'm successfully using quartz server-client with remote scheduling from client, all that I needed I learned from downloaded code samples.

like image 84
Gordon Freeman Avatar answered Oct 19 '22 03:10

Gordon Freeman