Unmanaged Code switch - how much does it cost.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mart Rogers

    #1

    Unmanaged Code switch - how much does it cost.

    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


Working...