Performance overhead with Timer

  • Thread starter Thread starter cnu
  • Start date Start date
C

cnu

Hi,
Both System.Windows.Forms.Timer and System.Timers.Timer
seem to be having performance overhead if the appl. runs
for longer periods with the timer. Is there any other way
of handling timer functionality?
 
Hi,
Both System.Windows.Forms.Timer and System.Timers.Timer
seem to be having performance overhead if the appl. runs
for longer periods with the timer. Is there any other way
of handling timer functionality?

Have you tried System.Threading.Timer? What performance overhead are you
experiencing?
 
Back
Top