Closed (fixed)
Project:
Drupal core
Version:
6.13
Component:
base system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2009 at 14:05 UTC
Updated:
17 Jul 2009 at 12:56 UTC
I have Drupal 6.13 running on a Windows 2000 Server box using apache and a separate MySQL server. I have configured a scheduled task to run the cron in a browser as detailed here: http://drupal.org/node/31506. However, each time the cron runs, it opens a new instance of the browser, eventually depleting the system resources. How can I make it close the browser upon completion?
Comments
Comment #1
Cybergarou commentedRead the comments on the page you linked to. They cover a number of ways of doing what you are asking, including alternative methods of running cron.
Comment #2
Kisama commentedCybergarou, thank you. I hadn't thought to scroll through the comments. The wget solution appears to have solved my issue. I will reset this to closed.