RE: CFThread Memory Issues sending emails

2011-05-23 Thread Edward Chanter
2011 14:25 To: cf-talk Subject: RE: CFThread Memory Issues sending emails For a quick fix, I'd split those up into smaller batches. For instance, your cfthread could process 1000 emails (or whatever number you decide is manageable by your configuration) id make the count a parameter

RE: CFThread Memory Issues sending emails

2011-05-21 Thread Bobby Hartsfield
-Original Message- From: Firewall [mailto:firew...@cc.uk.com] Sent: Thursday, May 19, 2011 7:38 AM To: cf-talk Subject: CFThread Memory Issues sending emails This one has me really stumped. I'm running a pretty simple cfmail script to send out email messages to a user list. Up until now I was simply

RE: CFThread Memory Issues sending emails

2011-05-20 Thread Edward Chanter
Sounds about right, I'm currently working on a way to have things split into chunks of 10k :) Thanks anyway! -Original Message- I've found that all sends of email to large lists has to be done in batches. CFMail doesn't really handle massive lists very well.

RE: CFThread Memory Issues sending emails

2011-05-20 Thread Edward Chanter
:10 To: cf-talk Subject: RE: CFThread Memory Issues sending emails Sounds about right, I'm currently working on a way to have things split into chunks of 10k :) Thanks anyway! -Original Message- I've found that all sends of email to large lists has to be done in batches

CFThread Memory Issues sending emails

2011-05-19 Thread Firewall
This one has me really stumped. I'm running a pretty simple cfmail script to send out email messages to a user list. Up until now I was simply doing it with a browser reload but the client recently doubled the number of emails they want to send to about 57,000. So I decided to implement this with

Re: CFThread Memory Issues sending emails

2011-05-19 Thread Maureen
I've found that all sends of email to large lists has to be done in batches. CFMail doesn't really handle massive lists very well. On Thu, May 19, 2011 at 4:38 AM, Firewall firew...@cc.uk.com wrote: The server seems to have no problems sending about 10-15k emails using this process but