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
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.
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.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With