Performance difference between send and batchsend?
Posted: Fri Aug 24, 2007 8:09 am
Hi all,
i am puzzled by the performance difference between
1) for loop which executes the send N times
VS
2) a batch send which send N recipients
The reason for asking is that for every recipient, i would like to address them by their names in the message body. So method 1 would make it much easier. Will i get bad performance by looping the send() .
Thanks,
strife
i am puzzled by the performance difference between
1) for loop which executes the send N times
VS
2) a batch send which send N recipients
The reason for asking is that for every recipient, i would like to address them by their names in the message body. So method 1 would make it much easier. Will i get bad performance by looping the send() .
Thanks,
strife