M
Mart Rogers
We have been trying to avoid switches to unmanaged code in our development,
but have recently folded in a call to CDO by using System.Web.Mail as a
quick way to send email.
Yes this is a call to unmanaged code - but does anyone have any figures for
what that costs to do that switch?
How significant is a switch to unmanaged code (and back) bearing in mind
that it costs time to resolve the SMTP servers address and connecting to the
SMTP server.
Thanks in advance
Mart
but have recently folded in a call to CDO by using System.Web.Mail as a
quick way to send email.
Yes this is a call to unmanaged code - but does anyone have any figures for
what that costs to do that switch?
How significant is a switch to unmanaged code (and back) bearing in mind
that it costs time to resolve the SMTP servers address and connecting to the
SMTP server.
Thanks in advance
Mart