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

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -