Becks25Not
Programmer
Hello All,
I have a windows service that works as it should. My server admin has a concern because when it runs, it will use up to 95% of the CPU. It frees up all the resources and memory usage when it was done but he is concerned about the spikes. I tried setting the thread to BelowNormal with no effect. I set the thread to IsBackground which also had no effect.
Any ideas on how to keep it from taking so much?
Thanks!
Becca
I have a windows service that works as it should. My server admin has a concern because when it runs, it will use up to 95% of the CPU. It frees up all the resources and memory usage when it was done but he is concerned about the spikes. I tried setting the thread to BelowNormal with no effect. I set the thread to IsBackground which also had no effect.
Any ideas on how to keep it from taking so much?
Thanks!
Becca