Hi!

I just read a article on perltricks.com about every. It's an application
written in Perl,which provides a interface to cron.

http://perltricks.com/article/55/2013/12/22/Schedule-jobs-like-a-boss-with-every

Maybe you want to use it in your (web-)application.

Mit freundlichen Grüßen,
Christopher Brenk.
Am 09.10.2014 15:55 schrieb "John SJ Anderson" <geneh...@genehack.org>:

> On Thu, Oct 9, 2014 at 2:19 AM, Benjamin Fernandis <benjo11...@gmail.com>
> wrote:
> > Hi,
>
> Hi!
>
> [ snip ]
>
> > Please suggest me for this.
>
> I suggest you don't try to re-invent cron. Cron works. Cron is a known
> quantity. You don't need to re-invent cron.
>
> What you need is a way to let other people edit crontab files, with a
> better UI. So make a Perl web application. Require authentication --
> tie it into your AD or LDAP or whatever -- and provide a UI that
> writes out a crontab file based on the users input.
>
> Then have a cronjob that runs every minute that looks at those crontab
> files, detects when one has been changed, and reloads it.
>
> chrs,
> john.
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>

Reply via email to