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
There are several Cron alternatives for Linux. Like,
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.
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.
Hcron
Jobber etc.
For future reading refer to this article.