On Fri, 16 Aug 2002, Buddy wrote:

> Hey everyone, I'm writing a mail app and looking for suggestions for a cool
> way to handle part of the app:
>
> I am sending a bunch of emails out with CFMAIL. I am looping over a list of
> the addresses, it could be from a query or a struct or an array, doesn't
> really matter to me or the app, anyway, as I loop over the emails I would
> like to have the app evenly distribute the mails between any number of my
> mail servers, to keep the load lighter on all of them. It could be any
> number, but right now it is 3: mail, mail2, and mail3. Anyone have any
> thoughts about a really cool or elegant way to do this? Thanks y'all.
> Buddy
>

Load balance the mailservers. Maybe even a quick round-robbin could
work. You shouldn't do this from the app.

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to