Timer

  • Thread starter Thread starter Pietro
  • Start date Start date
P

Pietro

Hi,

I've many hidden form running,in some of them there's an event that should
take place ontimer event,one every second,other every 5seconds,5
minutes...etc.
Does this affect badly my database
 
I wouldn't say it is good and, depending on your machine, you may be
uneccessarily using your system resources. Why do you need so many timers?
--
Bob Larson

Free Tutorials and Samples at http://www.btabdevelopment.com

__________________________________
 
Yes inned,and i'm worried this may affect the performance of my database,so i
need to know if i'm coreect or not?
 
It could affect your performance. An alternative would be to use one timer
with varialbes that could keep track of the other intervals.
 
How?
Could u set an example

Klatuu said:
It could affect your performance. An alternative would be to use one timer
with varialbes that could keep track of the other intervals.
 

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