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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top