Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. highwingers

    Threadpool in .NET

    So I heard .NET has 25 threadPools available? my question is, how do they work? I believe Server/IIS maintain these threads? now lets say i have 40 users on my site where I have BeginInvoke to run a worker thread. what will happen? are these 25 are shared globally or by PER user? And whats...
  2. highwingers

    BeginInvoke Status

    I am using BeginInvoke to get a thread from ThreadPool, it all works well, however I need to show an indicator on GUI, that process has finished or something. like update a Label control... or maybe via javaScript? here is code... ( look at sub ok() ) Imports System.Threading Imports...

Part and Inventory Search

Back
Top