Job Queues.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sapna mc

    Job Queues.

    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.
  • Patrice

    #2
    Re: Job Queues.

    You could also check the doc
    http://msdn.microsoft.com/en-us/library/0ka9477y.aspx and start your own
    test code...

    --
    Patrice

    "sapna mc" a écrit dans le message de groupe de discussion :
    200861731026spn _mc@yahoo.co.in...
    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.

    Comment

    Working...