highwingers
Programmer
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 the advantage in creating a new Thread Vs creating a worker thread using BeginInvoke.
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 the advantage in creating a new Thread Vs creating a worker thread using BeginInvoke.