Jump to content

Cron Bandwidth


The Little Guy

Recommended Posts

Not sure If I asked this before or someone else has, and I think I know the answer, but want to double check.

 

If I use cron jobs, that doesn't use up any bandwidth right?

 

A 2 side questions:

 

1. is it bad to run a cron job every minute?

 

2. is it bad to use cron to connect to a mailbox with IMAP functions every minute? Will that use bandwidth?

Link to comment
https://forums.phpfreaks.com/topic/121879-cron-bandwidth/
Share on other sites

cron doesn't directly use any bandwidth, scripts executed as a result of a crontab have the potential to use bandwidth.

 

1. Depends on how much resources the scheduled task consumes

2. It will use bandwidth if the mail server is running on a box other than the one that is executing the script.

 

(By bandwidth, I'm assuming the internet variety)

Link to comment
https://forums.phpfreaks.com/topic/121879-cron-bandwidth/#findComment-629004
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.