Multiple Windows Services in One exe
问题 I am trying to build several Windows services to do different things. For instance, I need Windows services that will: Send a daily report via email Periodically cleanup some archived info every 30 minutes etc. The tasks I need the windows services to do are distinct so I don't really like the idea of having them all in one service. What I've got so far is a project in Visual Studio 2008. I've created a windows service, I've set up a timer on the OnStart event (it just writes to a text file