달력

42024  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30

http://quartznet.sourceforge.net/index.html

자바에서 너무나 편리하게 사용한 Quarts ...

닷넷에서도 됩니다.  1.0 Final 입니다.

신규 프로젝트에 바로 적용.

--------------------------------------------------------------------------------------

Welcome to the home of Quartz.NET!



Quartz.NET is a full-featured, open source job scheduling system that can be used from smallest apps to large scale enterprise systems.

Quartz.NET is a port of very propular open source Java job scheduling framework, Quartz . This project owes very much to original Java project, it's father James House and the project contributors.

Quartz.NET is a pure .NET library written in C# which currently targets Framework version 1.1 and above. Quartz.NET is feature-wise equal to Quartz Java 1.6 excluding Java specifics. Quartz.NET is already running in production systems and has received good feedback.

With Quartz.NET you have more features available and you can have more programmatic control over scheduling compared to for example Windows Task Scheduler:

  • .NET API - you can control scheduler (remote / local) with .NET code and interact with it without any unmanaged code interop
  • Fine grained scheduling - CronTrigger should be a bit more feature-rich than standard windows scheduler and then you can have calendars added to the mix (rule based exclusions)
  • Programmatic control - you can put in glue code to handle misfire situations (windows scheduler has trouble with fine-grained failure scenario handling), listeners, custom triggers
  • Clustering - Quartz.NET can be ran on several computers to create load-balancing and fail over, job persistence with database
Posted by tornado
|