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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.