threadpool

  1. R

    How to update the UI inside the Threadpool?

    Hi, I am currently working on a project that requires threadpool to simultaneously process a data. My problem is that if I place a UI delegate inside the threadpool the system hangs. My plan for the UI delegate is to display the status (Start/Finished) of the threadpool. I am using a wait...
  2. S

    Question Threading issues using the threadpool

    Hello everyone! I'm working with vb.net 3.5SP1 /VS2008. I'm familiar with windows threads from C++ but I didn't do it since the 90s. I have 5 threadpool calls (ThreadPool.QueueUserWorkItem) that do some complex work (they read info from different web pages, regular expressions, etc) and each...
Back
Top