I want my ASP.NET application to send an email using a backgroundworker. I don't want the user to have to wait while the email code us being processed. Is it acceptable to use a backgroundworker in my controller to accomplish this task ? What downside can I expect ?
Asked
Active
Viewed 1,709 times
0
-
possible dublicate http://stackoverflow.com/questions/13165965/using-a-background-worker-in-asp-net-with-ajax – JleruOHeP Jul 10 '14 at 23:16
-
1"[The Dangers of Implementing Recurring Background Tasks In ASP.NET](http://haacked.com/archive/2011/10/16/the-dangers-of-implementing-recurring-background-tasks-in-asp-net.aspx/)" by Phil Haack – Jonathan Lonowski Jul 10 '14 at 23:20