G
Guest
I have a windows service which is calling a routine every 5 seconds. If
certain criteria is met, it calls a function which performs certain database
operations such as calling stored procedures, etc.
The stored procedures being executed by the code take a few minutes to
execute and I have noticed that, during this execution time, the service
timer starts ticking again!
How can this be, when I am specifically not running the event as a thread?
certain criteria is met, it calls a function which performs certain database
operations such as calling stored procedures, etc.
The stored procedures being executed by the code take a few minutes to
execute and I have noticed that, during this execution time, the service
timer starts ticking again!
How can this be, when I am specifically not running the event as a thread?