Link to home
Start Free TrialLog in
Avatar of kjenney
kjenney

asked on

Drupal Module Cron

I've got a php script created that parses heavy amounts of data from various sites. I'm running Drupal 7 on my site and I'd like to setup the module so that certain parts of the script can be run periodically. Is this possible with poormanscron in Drupal 7?
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Where is this site hosted?  Your hosting company may be able to help you set up a CRON job.
Avatar of kjenney
kjenney

ASKER

I'm hosted on iPage. I've checked and they don't support Cron. Therefore I will need to use poormanscron instead. Does this use the same hooks?
Is iPage a Windows system?  You may be able to use the Task Scheduler.  (I couldn't tell you how; I do not know windows hosting very well).
Avatar of kjenney

ASKER

iPage hosts on Linux. Please only comment unless it's regarding how to configure Drupal modules with poormanscron.
The answer is no. Poor Man's cron has been incorporated into Drupal 7, and all you can do is run it. Have you looked at:
http://drupal.org/project/ultimate_cron
?
I have never used it though, it's usually so easy to do cron outside Drupal on the hosting.
ASKER CERTIFIED SOLUTION
Avatar of kjenney
kjenney

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I thought you were a basic Drupal user, but obviously you are at a higher level.
Avatar of kjenney

ASKER

Great resources at drupal.org.