DISQUS

Emad Ibrahim: ASP.NET MVC & Threads

  • Duncan Smart · 1 year ago
    Emad, BackgroundWorker is designed just for Windows apps AFAIK. Also with your updated code you run the risk of running out of threads if you just create them on the fly like that. I would suggest you use ThreadPool.QueueUserWorkItem()