Timer

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
 
B

boblarson

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

__________________________________
 
P

Pietro

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?
 
K

Klatuu

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

Pietro

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.
 
Top