When setting up a cron job what is the difference as far as performance and script execution time between GET, cURL or PHP as the command to execute a PHP script (is a public page on the webserver). The script can run for a long time (many minutes) and I don't want to get a script timeout.
Thanks.