Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Design and Architecture
  4. Scheduling Design

Scheduling Design

Scheduled Pinned Locked Moved Design and Architecture
questioncsharpdatabasedesignperformance
4 Posts 2 Posters 3 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y Offline
    Y Offline
    yoavyoavyoav
    wrote on last edited by
    #1

    Hi there, I'm building an .net application that will run various SQL reports according to given schedules. My question is - what is the best way to implement a scheduler ? The ideas I came up with were : 1) Creating a service for the application 2) Using windows scheduled tasks 3) Minimizing the application to the notification area in the bottom-right of the taskbar , and let it just sit in the memory and run the reports on its own. I'm not sure if these ideas are any good.. it's just what I came up with and it's my first time messing with schdules. Thanks.

    P 1 Reply Last reply
    0
    • Y yoavyoavyoav

      Hi there, I'm building an .net application that will run various SQL reports according to given schedules. My question is - what is the best way to implement a scheduler ? The ideas I came up with were : 1) Creating a service for the application 2) Using windows scheduled tasks 3) Minimizing the application to the notification area in the bottom-right of the taskbar , and let it just sit in the memory and run the reports on its own. I'm not sure if these ideas are any good.. it's just what I came up with and it's my first time messing with schdules. Thanks.

      P Offline
      P Offline
      Paul Conrad
      wrote on last edited by
      #2

      Have you come up with any good ideas?

      "I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon

      Y 1 Reply Last reply
      0
      • P Paul Conrad

        Have you come up with any good ideas?

        "I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon

        Y Offline
        Y Offline
        yoavyoavyoav
        wrote on last edited by
        #3

        Yes , I've used The wonderful task scheduler wrapper : http://www.codeproject.com/KB/cs/tsnewlib.aspx[^] by Dennis Austin. It works very well and is very very simple to implement.

        P 1 Reply Last reply
        0
        • Y yoavyoavyoav

          Yes , I've used The wonderful task scheduler wrapper : http://www.codeproject.com/KB/cs/tsnewlib.aspx[^] by Dennis Austin. It works very well and is very very simple to implement.

          P Offline
          P Offline
          Paul Conrad
          wrote on last edited by
          #4

          Very cool looking article. Thanks for the link :-D

          "I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups