I'd like to use the cron module...
1) I've read that there's a limit, where can I find details about it... Is "once every 5 minutes" the lower limit? Or can I use "once every minute"
2) I'd like to call a php page... I've read that using "/usr/bin/wget -O - -q http://..." would do the job but...