> We had a similar problem and got around it by making our code smart enough > to only spool mail if there is less than 200 files in the spool directory. > Otherwise, it waits a minute and tries again. Sure, you may not be getting > optimal efficiency out of your mail spool, but you're also not crashing the > server. :)
That would be good for small jobs, but I need to take jobs of 400,000 and break them into batches of 60,000 so that CF can work with it. We haven't had many problems other than the fact that we can only deliver 24,000 per hour to the mail server. I'm working on a method to deliver the emails directly to the mail server and bypass the CF spool directory entirely. tom ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

