Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Tagged: crontab, party every 30 seconds, processor
Has anyone added a double entry for the processer work in crontab -e for the 30-second mark as well and noticed any additional work? Does the system take advantage of a multi-processor core?
* * * * * curl -silent -A ‘Mozilla’ ‘http://address.local/?c=1&ss_c=2481524159741ea96f56’ >/dev/null 2>&1
* * * * * (sleep 30; curl -silent -A ‘Mozilla’ ‘http://addres.local/?c=1&ss_c=2481524159741ea96f56’ >/dev/null 2>&1)
Thanks,
Mark
You must be logged in to reply to this topic.