Poormanscron:
通過用戶的瀏覽來調用cron任務,使不能設置crontab的站點也能簡單地解決cron運行的問題。
A module which runs the Drupal cron operations without needing the cron application.
For every page view, this module checks to see if the last cron run was more than 1
hour ago (this period is configurable). If so, the cron hooks are executed,
and Drupal is happy. These cron hooks fire after all HTML is returned to the browser,
so the user who kicks off the cron jobs should not notice any delay.
posted on 2007-12-11 19:58
周銳 閱讀(266)
評論(0) 編輯 收藏 所屬分類:
PHP