Memcached – cronjob executing a script with around 100 curl url's – bad practice?
I'm writing a cron job that'll execute a script that'll load up to ~ 100 urls, each url has data that will be memcached upon execution. The time of each url's to to end/load might take from 10 secs up…