up vote 1 down vote favorite
share [g+] share [fb]

Are there any alternatives to the Open Source Job Scheduler? I'm looking for a way to gain more control over scheduled work tasks than plain cron is offering, but haven't found anything else but Quartz, which isn't language-neutral.

link|improve this question

1  
I don't think we have enough information to work with. Please provide clearer requirements! – spoulson May 11 '09 at 12:54
feedback

5 Answers

up vote 1 down vote accepted

There's JAMS. http://www.mvpsi.com/JobScheduling.aspx

Especially awesome if you're using OpenVMS

link|improve this answer
feedback

I'm not sure from your question, but I think SuperScheduler could match your requirements: http://www.acelet.com/super/SuperScheduler/index.html

link|improve this answer
feedback

I can't imagine what do you expect from it, if you want "task scheduler" than you probably want to specify interval and task itself. that's exactly what cron is for.

link|improve this answer
feedback

Someone mentioned JAMS on OpenVMS. We use JAMS on Windows with UNIX and Linux Agents. They have a Cron converter as well which is not perfect but it does about 90% of the work moving Cron jobs into JAMS. website is jamsscheduler.com and jamssupport.com

link|improve this answer
feedback

We use JAMS as well but it's not cheap. When I hear "open source" I think "free" and JAMS is far from free. My boss negotiated the agreement so I don't know all of the gory details but I know we spent in excess of $35,000 for JAMS

By the way, I should mention that it is a great tool and their support is awesome

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.