Creating a .NET Windows Service—Conclusion
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| CSharp-Online.NET:Articles |
| .NET Articles |
| © 2005 Pearson Education, Inc. |
Conclusion
The article details three different approaches to creating a .NET service. While the timer approach is the simplest, the multithreaded approach is very flexible and can work for one to many threads. It also allows varying delay for each thread. Any execution delay in the worker method of one thread will not interfere with the execution of other threads.
|

