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

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -