ASP NET C# : Singleton with in Queue and thread worker on it

Spell

New Member
I need to create a single class instance in web application that manage a queue of process. This class have multiple thread inside that look for queue and consume it.What is the best why to do this?I have apply singleton design pattern, but I don't understand if have to create static or normal queue inside it. Some one can give me an example please?
 
Back
Top