When CF sends mail (assuming you don't have spoolEnable set to false), it simply writes a file in the mail spool, it doesn't send the mail. This lets your request finish processing quickly, without having to wait for your mail server to actually process all the messages. Then at some interval (60 seconds, by default, I believe), CF uses a background process to send the mail from the spool directory to the mail server for actual delivery. It's this second step that you're seeing the slowdown happening. It might be the network betwee the CF server and the mail server, or it might be the mail server itself. I'm not sure how you'd test, since I'm not a Microsoft guy, but surely there's a way to do it.
cheers, barneyb On Tue, 1 Mar 2005 15:45:24 -0800, Ian Skinner <[EMAIL PROTECTED]> wrote: > I'm not sure this is the case, because the thread that generates the mail is > done in just a couple seconds putting all the generated mail into the CF mail > spooler folder. This is where the bog done occurs. We can open that folder > and watch the e-mails process out of it, taking up to a second per message. > > I wonder if it is a network issue. Our testing is being done on our local > development boxes here in our building behind our firewalls in Sacramento. > The mail server is co-located in a facility in Texas where our outside web > server is also co-located. That maybe the problem, but it is not one that > will change easily. Even in a production system, the generation will need to > occur on systems in here that have access to the restricted data used to > create the message and lists. Then be sent out through the co-located mail > server. HMMMMM.... > > > -------------- > Ian Skinner > Web Programmer > BloodSource > www.BloodSource.org > Sacramento, CA -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197047 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

