[2013-06-20]
Setup Drupal cron through cPanel
#cpanel
#cron
#drupal
Drupal uses a cron to take care of clean up tasks, as well as utilizing certain features. By default Drupal executes its cron run every three hours based on a user visit. This causes the cron to be executed over HTTP.
Depending on the generally it can be more efficient to execute your Drupal cron directly through PHP command line on the server side versus HTTP.