Best ASP.NET Background Service Implementation
What’s the best implementation for more than one background service in an ASP.NET application?
What’s the best implementation for more than one background service in an ASP.NET application?
Jeff has previously blogged about using the cache to perform “out of band” processing on his websites, however I was wondering what other techniques people are using to process these sorts of tasks?
I am creating a little dashboard for a user that will allow him to run specific jobs. I am using Django so I want him to be able to click a link to start the job and then return the page back to him with a message that the job is running. The results of … Read more