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

Popular posts from this blog

python - Why doesn't list have safe "get" method like dictionary? -

razor - Is this a bug in WebMatrix PageData? -

sql server - Stored procedure -