On Sat, Aug 7, 2010 at 5:43 PM, Alan Holden <[email protected]> wrote:
> How many messages have you parsed through ONE cfmail tag, without incident? > Only way to know for sure is to test of course, but I suspect it'll handle sending more mail than you'd probably want to send in a given shot. ;-) Of specific concern is why the "SPOOLENABLE" attribute is not available. > Does this hamper high-volume performance, or is the attribute moot given > OpenBD's architecture (for example)? > SPOOLENABLE in the CFMAIL tag only serves the purpose of overriding the setting in the administrator. It doesn't really have anything to do with performance. In OpenBD by default all mail is spooled, and the spool interval is 240 seconds. You can change that value either in the administrator or in bluedragon.xml directly. Also by default there is only 1 mail thread, but you can increase that number if you want to send more mail by using up more threads on your server for sending mail. What I don't know without testing is if you set the spool interval to 0, if that essentially disables spooling. Hope that at least gives you a bit more information to go on. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
