vote up 0 vote down star

I've having to get a cron job that's currently working on MediaTemple (Grid Service) to work on a new 1&1 Internet account. I've yet to do this yet, but is there anything I need to take into consideration? Or... effectively... cron jobs are cron jobs, they'll work where ever?

It's a cron job to send out a mailing list from a database.

Anything I need to consider to make it work smoothly?

flag

43% accept rate

2 Answers

vote up 0 vote down

If you're talking about php, you may check first max_execution_time in php, in case the process of sending the list gets over that time, wich may not be very good.

link|flag
vote up 0 vote down

You may want to explore 1&1's mailing limits. (They may prefer you send to no more than N email addresses.)

I think with 1&1 you can set custom values like max_execution_time via .htaccess. You may also want to monitor how much memory this uses and set the appropriate php_flag.

Best of luck!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.