c# - How SharePoint Timer Service 'OWSTimer' Works? -


in our application, need build similar sharepoint timer service. service needs installed on web servers in farm. job can scheduled run immidiately, daily, weekly or monthly on or web servers of farm. jobs configuration , schedule stored in database (ms sql 2008).

how sharepoint timer service executes these jobs @ scheduled times?

  • does notified sql server? (notification services not available in sql express)
  • does poll sql server after specific intervals find if job needs execution? (does not guarantee precision.)
  • or what?

i recommend use existing framework

http://quartznet.sourceforge.net/

https://stackoverflow.com/questions/tagged/quartz.net


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -