Steve,

If you just want to see how fast Cold Fusion can pass email messages to your
mail server, I'd guess you can probably find out what you want to know by
sending 2000 email messages to one email address.  You could do something
like:

<CFLOOP from="1" to="2000" index="my_index">

        <CFMAIL TO="[EMAIL PROTECTED]"
         FROM="[EMAIL PROTECTED]" subject="TEST #my_INDEX#">

        This is a test...

        </CFMAIL>


</CFLOOP>

You can also get a pretty good idea of what the performance is going to be
like by watching the CFUSION\MAIL\SPOOL directory.  Once you've sent a few
hundered messages out you can watch how fast the mail files "disappear"
fromt that directory.  On our lame Pentium 100 mail server, it sends a
single message approximately every 1.5 seconds.

Eron
in-sync
Bethesda, Maryland

-----Original Message-----
From: Steve Goldenberg [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 24, 2000 11:22 AM
To: [EMAIL PROTECTED]
Subject: Application to test CFMAIL performance?


Dear CF users,

Does anyone know of an application that will let you test CFMAIL with a high
number of requests? I would like to test some code by sending out
1,000-2,500 emails, but I don't have a huge list available to me, nor do I
want to spam 2,500 people with a "Just testing, sorry!" email. Do you know
of any application that can do anything like this?

Thanks for the help,

-Steve Goldenberg
Interfolio.com
4300 Old Dominion Dr.
Suite 901
Arlington, VA 22207
p: 703.522.4004
f: 209.315.7319

----------------------------------------------------------------------------
--
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