show/hide this revision's text 2 formatting of the list

Just checking if there's any best practice when writing a Windows Service.

The Service (Single-thread) needs to work at specified time intervals, right now I can only think of:

1) 

  1. Use sleep(), then check the time in a loop?2)
  2. Use a TTimer?

Any advice?

show/hide this revision's text 1

Windows Service: Do work at specified times (Delphi)

Just checking if there's any best practice when writing a Windows Service.

The Service (Single-thread) needs to work at specified time intervals, right now I can only think of:

1) Use sleep(), then check the time in a loop?
2) Use a TTimer?

Any advice?