Window Services Number of Cycles

Paul at IPS

New member
Joined
Mar 22, 2008
Messages
1
Programming Experience
5-10
I am writing a Windows service to run a process to synchronize my applications cached access permissions with active directory permissions. But, I have noticed that after about 75 cycles the service quits cycling. Is this a fixed number of cycles or am I doing something wrong? Advice will be appreciated.

Testing process: I have set the timer interval to five seconds and let it go then after 76 iterations the service stops. I have set the interval to one hour and it is now in its fiftieth cycle. Need to know if this is the limit before a service needs to be stopped and restarted.

Regards,
Paul
 
Back
Top