Challenges
- Users have to develop a scheduler for each process.
- Scheduler is never monitored.
- Monitoring the health of Windows services is by third-party products.
- Each process has its own scheduling.
- Poor error or exception handling.
|
|
|
Results
- Users spend a lot of time developing the schedulers for each service process.
- After service installation, users tend to forget about the service and service monitoring never happens.
- Difficult to maintain process schedules.
- Status of Windows service is unknown to the users unless they check manually.
- Critical data processing might be impacted, if the service is down.
|
|