Threadpool thread termination.
- From: "objectref" <objectref@xxxxxxxxxxxxx>
- Date: Wed, 19 Oct 2005 13:40:47 +0200
hi to all folks here,
let's say that i am using a threadpool and somehow, some threads in it just
stuck.
(endless loop or something like that).
So, if it receive a request to run for 25 times something that will stuck,
it simply will not
be able to take more request to dispatch as it will wait for a thread to
become available,
(due to 25 thread limit) something that in this example is not goint to
happen.
Am i able to identify these threads and somehow stop them so the ThreadPool
will be
able to take more request to dispatch ??
thanks a lot for any help,
objectref
.
- Follow-Ups:
- Re: Threadpool thread termination.
- From: Larry Lard
- Re: Threadpool thread termination.
- From: Nicholas Paldino [.NET/C# MVP]
- Re: Threadpool thread termination.
- From: Richard Grimes
- Re: Threadpool thread termination.
- Prev by Date: Panel with a Raised BorderStyle
- Next by Date: Re: Why won't this work?
- Previous by thread: Panel with a Raised BorderStyle
- Next by thread: Re: Threadpool thread termination.
- Index(es):
Relevant Pages
|