My requirement is i need to create a C# .net application
which should have job queue for queued work item.
Each work item in the queue should be processed in
differnt threads (thread pooling)
Error handling should be there in case of failure of a thread.
I had gone through few samples in the internet but those examples are two complicated to follow.
Does anyone can give me a sample code for this.
which should have job queue for queued work item.
Each work item in the queue should be processed in
differnt threads (thread pooling)
Error handling should be there in case of failure of a thread.
I had gone through few samples in the internet but those examples are two complicated to follow.
Does anyone can give me a sample code for this.
Comment