Friday, August 07, 2009

Job Schedulers - UNIX


We might have worked on various Job Scheduling Frameworks, one of the famous one that comes to our mind is Quartz. Yes quartz is a cool frameworks which has advanced error handling, job scheduling and various other great feature. Recently while trying to create a scheduling task for a task in UNIX I decided to check out the inbuilt job scheduling component - crontab, instead of setting up a java application and scheduling it using quartz. There is also a command like a timer at which a script can be run - at
chmod u+x /export/home/user/example/DeleteOldTmpFiles.sh

Useful Links
http://www.adminschoice.com/docs/crontab.htm






m
.
m

No comments: