Schedule-based execution in a J2EE Web Application
Schedule-based execution in a J2EE Web Application.
- System level task, such as system backup. Usually, it is done by system administrators or operators at data center.
- Application level, such as business report. Usually, this is the responsibilities of business units.
All the above issues require scheduler to support distributed computing environment with the following features:
- The scheduler can run on any machine in the network at any time.
- The scheduler can be run from data center and offices simultaneously.
- The scheduled task should run once and only once at the scheduled time, regardless of how many of the schedulers are running.
- Missed tasks can be detected and alerted.
No comments:
Post a Comment