0

Well of course we could use quartz.net, which comes with nice features like concurrency control and load balancing. However it seems a bit bloated to me.

1) Am I wrong about this ? 2) If not how would you implement a cloud compliant scheduler (ie: either deployed on premise or within azure) ? Is Lokad scheduling the best approach ?

fabien
  • 2,041
  • 1
  • 16
  • 19
  • Can you elaborate a little on what you mean by cloud scheduler? or cloud compliant scheduler? – Igorek Jun 23 '11 at 19:23
  • My main concern is to get a scheduler running on azure (so a cloud scheduler). However a cloud compliant scheduler would certainly be fine. – fabien Jun 23 '11 at 20:19
  • What kind of scheduler are you looking for? Do you need to schedule simple system tasks, or are you looking for a framework to develop a distributed application? – tomconte Jun 24 '11 at 08:55
  • @tomconte : I'm looking for a framework, to schedule my own application. – fabien Jun 27 '11 at 07:11

1 Answers1

1

Based on the answers to this question ( Recommend a C# Task Scheduling Library ) quartz.net running in a worker role instance is the way to go.

Community
  • 1
  • 1
Shiraz Bhaiji
  • 64,065
  • 34
  • 143
  • 252