Re: Threadpoollllll!!!! help
- From: "John A. Bailo" <jabailo@xxxxxxxxxx>
- Date: Wed, 19 Apr 2006 11:35:28 -0700
You really need to examine what is going on inside each thread.
For example, if the thread makes a call without a timeout, or has an endless loop, or long running query, it will tie up a thread for that amount of time.
Do you have control over the code that is executed /inside/ the threaded method ( "Trigger" ) ?
ArtOfSpeech@xxxxxxxxx wrote:
hi,.
i have a program that runs multiple (10..12) tasks using threadpool...
the program runs smoothly almost all the time, but it suspends after a
long period of time (like 24 hours or so) for a reason that i cant
figure out!!!
i call the thread using this command:
ThreadPool.QueueUserWorkItem(New WaitCallback(AddressOf
Trigger(i).start))
where trigger is an array of objects of my own
can anyone tell me plz what's wrong with what i am doin!!!??
thx alot in advance
- Follow-Ups:
- Re: Threadpoollllll!!!! help
- From: ArtOfSpeech
- Re: Threadpoollllll!!!! help
- References:
- Threadpoollllll!!!! help
- From: ArtOfSpeech
- Threadpoollllll!!!! help
- Prev by Date: how to know the metric one and the frequency of use of the components out of C # VS 2003
- Next by Date: Use of autopostback in VB.NET
- Previous by thread: Re: Threadpoollllll!!!! help
- Next by thread: Re: Threadpoollllll!!!! help
- Index(es):
Relevant Pages
|