c# - Queueing framework solution -
i address such issue: have html form (like register form) submission sends email. send part of page request. obvious drawbacks:
- makes request longer
- sometimes smtp server down, or timeouts , emails not sent
when working php used solution based on queue - had been putting object/xml queue host, , kind of client checked queue. if queue task sucessfully handled removed task queue. wonder, there similar implementation on windows / .net platform ?
thanks,paweł
there robust queuing offered msmq easy use in .net. accessing message queues might place start.
Comments
Post a Comment