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

Cybergarou’s picture

Read 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.

Kisama’s picture

Status: Active » Closed (fixed)

Cybergarou, 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.