Are There Any Cron Jobs Alternative?

前端 未结 8 2061
礼貌的吻别
礼貌的吻别 2020-12-09 19:43

Cron Jobs are closed on my server and server admin doesn\'t accept open it. Because , cron jobs slowing server etc. So, i need an alternative.

I have to run a php fi

8条回答
  •  温柔的废话
    2020-12-09 20:13

    There are several Cron alternatives for Linux. Like,

    1. Anacron - Anacron is a periodic command scheduler just like cron. The only difference is that it does not need your computer to be always running.

    2. fcron - Fcron is the best of both cron and anacron. It doesn’t require your computer to be running 24×7, and it can work with tasks on an hourly or minute basis.

    3. Hcron

    4. Jobber etc.

    For future reading refer to this article.

提交回复
热议问题