Long running stateful service in .NET
- by Asaf R
Hi,
I need to create a service in .NET that maintains (inner) state in-memory, spawns multiple threads and is generally long-running. There are a lot options -
Good-old Windows Service
Windows Communication Services
Windows Workflow Foundation
I really don't know which to choose. Most of the functionality is in a library used by this…