CodeIgniter Forums
How I can launch the same function every 5 minuts? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: How I can launch the same function every 5 minuts? (/showthread.php?tid=25908)



How I can launch the same function every 5 minuts? - El Forum - 12-30-2009

[eluser]molistok[/eluser]
Hi, I want launch the same function every 5 minuts in my web. How I can do it?

Can any help me please?
Thanks.


How I can launch the same function every 5 minuts? - El Forum - 12-30-2009

[eluser]rogierb[/eluser]
In short: cron

A bit more extensive:
http://codeigniter.com/wiki/Cron_job_bootstrapper/
http://codeigniter.com/wiki/Category:Advanced::CronScript/

Just use the search to find more cronjob threads.


How I can launch the same function every 5 minuts? - El Forum - 12-31-2009

[eluser]molistok[/eluser]
Thanks.
I will try Cron.