Windows Service Functionality
-
Hello, this is Vikash Gohil. I have a windows Service that runs a thread on starting and the thread uses a while loop. Now I want to Use Sleep function in my windows Service. I want to know is it really OK or is there any kind of risk involved in making a windows service sleep. the sleep time i want to use is around 55 to 58 seconds. Please could anyone give me some guidelines on this topic. Awaiting a reply soon. Thanks in Advance.
-
Hello, this is Vikash Gohil. I have a windows Service that runs a thread on starting and the thread uses a while loop. Now I want to Use Sleep function in my windows Service. I want to know is it really OK or is there any kind of risk involved in making a windows service sleep. the sleep time i want to use is around 55 to 58 seconds. Please could anyone give me some guidelines on this topic. Awaiting a reply soon. Thanks in Advance.
-
Thanks daveauld for the reply. The post was really helpful. Thanks Again