U
UltimateBanoffee
Hi,
I'm using asp.net 2.0 and I have an understanding issue here!
I don't quite understand when the available threads in the ThreadPool
are ever used. The application I have running doesn't use
ThreadPool.QueueWorkItem, and doesn't create any other Threads. So say
I have 100 users access my application at the exact same time and they
all call on an aspx that takes a couple of seconds to process. I
gather 100 sessions are active, but does that mean 100 threads from
the TreadPool will be required?
My question basically is when/why are threads from the ThreadPool
allocated when ThreadPool.QueueWorkItem is not used.
Thanks to anyone who has time to clear this up for me )
Jonathan
I'm using asp.net 2.0 and I have an understanding issue here!
I don't quite understand when the available threads in the ThreadPool
are ever used. The application I have running doesn't use
ThreadPool.QueueWorkItem, and doesn't create any other Threads. So say
I have 100 users access my application at the exact same time and they
all call on an aspx that takes a couple of seconds to process. I
gather 100 sessions are active, but does that mean 100 threads from
the TreadPool will be required?
My question basically is when/why are threads from the ThreadPool
allocated when ThreadPool.QueueWorkItem is not used.
Thanks to anyone who has time to clear this up for me )
Jonathan