backgroundworkers or threadpools

Posted by vbNewbie on Stack Overflow See other posts from Stack Overflow or by vbNewbie
Published on 2010-05-07T15:21:52Z Indexed on 2010/05/07 15:28 UTC
Read the original article Hit count: 186

Filed under:
|

I am trying to create an app that allows multiple search requests to occur whilst maintaining use of the user interface to allow interaction. For the multiple search requests, I initially only had one search request running with user interaction still capable by using a backgroundworker to do this. Now I need to extend these functions by allowing more search functions and basically just queueing them up. I am not sure whether to use multiple backgroundworkers or use the threadpool since I want to be able to know the progress of each search job at any time.

© Stack Overflow or respective owner

Related posts about visual

Related posts about visual-studio-2008