Is Lynx or wget more efficient?
Posted by: anewguy
Posted on: 2007-01-07 19:58:00
I'm trying to run a php script via CRON and have only had luck getting it to work using the lynx command in the shell. While it works in the shell, I do have to press q afterwards to exit the lynx program. I assume when it's run via cron this is somehow not needed?
Anyways, I've been reading that wget could be used for this as well (to run a php script via cron). If so, which would be the most efficient/least CPU? (It's just a very basic script, but needs to be run regularly).
Thanks.