quartz.net - enterprise job scheduler for .net platform

Post on 14-Dec-2014

11.263 Views

Category:

Health & Medicine

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

 

TRANSCRIPT

Albert Kuo

Introduction Implementation Process

◦ Add DLL files◦ Edit web.config ◦ Create a job class◦ Edit Global.asax.cs

Check Log file Reference

Quartz.NET is a port of very popular open source Java job scheduling framework, Quartz

Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of-thousands of jobs

The Quartz Scheduler includes many enterprise-class features, such as JTA transactions and clustering.

Scheduler

JobDetail

TriggerJobDataM

ap

JobDataM

ap

JobDataM

ap

Calendar

JobDataMa

p

JobDataMa

p

JobDataMa

p

Add Quartz and Common Logging DLLs

Write log into log file every 5-second

Quartz.Net◦ http://quartznet.sourceforge.net/

Quartz◦ http://www.opensymphony.com/quartz/

Job scheduling with Quartz◦ http://www.ibm.com/developerworks/java/library/j-

quartz/?S_TACT=105AGX52&S_CMP=cn-a-j JavaDoc

◦ http://quartz.sourceforge.net/javadoc/ 在 ASP.NET中使用Quartz.net进行工作调度

◦ http://blog.csdn.net/spring21st/archive/2009/06/29/4306821.aspx

top related