This is a discussion on Writing own job/batch scheduler within the Linux Administration forums, part of the Linux Forums category; I have decided to write my own job scheduler. I need something more than cron. I have looked all all ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have decided to write my own job scheduler. I need something more
than cron. I have looked all all the ones I can find and all are for clustered systems, openpbs, etc. I need something between cron and openpbs. Here is my short list of requirments: a) Multiple systems and operating systems, master scheduler with clients. b) Flexable scheduling, i.e. 1st Sunday of month, etc (most cron systems can to this). c) Job dependancy, only run job_b if job_a finishes without error, jobs could be on differenct systems. d) Resource managment, i.e. 4 tape drives, etc. The question I have is should I use XML? It seems like a good match. I am planning on putting it under the GPL. Thanks Ned |
|
|||
|
"Ned D Hanks" <ndhanks@earthlink.net> wrote in message
news:3F23509B.8090108@earthlink.net > I have decided to write my own job scheduler. I need something more > than cron. I have looked all all the ones I can find and all are for > clustered systems, openpbs, etc. I need something between cron and > openpbs. > > Here is my short list of requirments: > > a) Multiple systems and operating systems, master scheduler with > clients. b) Flexable scheduling, i.e. 1st Sunday of month, etc (most > cron systems can to this). > c) Job dependancy, only run job_b if job_a finishes without error, > jobs could be on differenct systems. > d) Resource managment, i.e. 4 tape drives, etc. AppWorx is the current leader in the field, utilizing Oracle on the server and Java on the clients: http://www.appworx.com/newsroom/rele...cfm?release=60 tony -- use hotmail com for any email replies -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 80,000 Newsgroups - 16 Different Servers! =----- |