April 19

Queueing with the Smart Thread Pool – Update

Posted by Dave
Filed under ASP.Net | No Comments

After posting this on the Smart Thread Pool (STP) I have created a small example on its usage in an ASP.Net MVC project. Using a wrapper class that implements the singleton pattern I now have a way to use the STP to share a queue across all of the sites users.

April 17

ASP.Net Background Queue with SmartThreadPool

Posted by Dave
Filed under ASP.Net, Featured, MVC, c# | No Comments

While I was searching for a example of an C# Background Queue for asynchronous long running tasks in asp.net. I found this framework for managing a thread pool.