Hi,
I have serveral scripts that need to be executed once a minute using cron and I was just wondering if this is going to considerably slow down the server or not?
Basically the script runs once a minute and needs to do the following each time:
- query mySQL (only about 10 records)
- check pop3 email, grab messages (about 5 emails).
- send about 6 emails.
This happens once a minute every day of the week.
Is this relatively simple to have the server run once a minute without putting too much load on the server?
Cheers,
A