different approaches to creating a .NET service. Most common is the timer-based service, which simply relies on a timer to invoke the background thread periodically.
While the timer strategy is the simplest, the approaches using a single worker thread and multiple worker threads (specifically the multithreaded approach) offer some advantages.
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.