While testing out my CFMAIL box, I see a disturbing trend.  The mail spooler
sends out 100 messages from the spool, waits 60 seconds, sends out another
100 messages, and so on until the spool is empty. This means it takes 10
minutes to send out 1000 messages.

Is this a configuration I can change?  This is very very slow.

Chris Evans
[EMAIL PROTECTED]
http://www.fuseware.com


-----Original Message-----
From: Dirk De Bock [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 05, 2000 11:27 AM
To: [EMAIL PROTECTED]
Subject: Re: Speed of CFMAIL


On a good day I can have my box spit out 2.000 mails per minute, I should
think it mostly depends on your i/o subsystem and file system since you're
creating 2.000 files per minute. A FAT sytem would slow to a crawl after the
first couple of hundred messages.

Other ways to go would be to use cffile to write out the mails (maybe more
efficient), or to use a CFX ro COM object in a compiled language to write te
mail files.

----- Original Message -----
From: "Chris Evans" <[EMAIL PROTECTED]>
Subject: RE: Speed of CFMAIL



----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to