Re: Simulate Thread.Join
- From: UL-Tomten <tomten@xxxxxxxxx>
- Date: Tue, 28 Aug 2007 17:20:49 -0000
On Aug 28, 5:38 pm, "Michael D. Ober" <obermd.@.alum.mit.edu.nospam>
wrote:
Can I add to the array while it's being waited on? My problem domain
If the number of workers changes while you wait, it sounds like you
don't need a Thread.Join at all, but rather some implementation of the
consumer/producer pattern:
http://www.yoda.arachsys.com/csharp/threads/deadlocks.shtml
.
- Follow-Ups:
- Re: Simulate Thread.Join
- From: Michael D. Ober
- Re: Simulate Thread.Join
- References:
- Simulate Thread.Join
- From: Michael D. Ober
- Re: Simulate Thread.Join
- From: UL-Tomten
- Re: Simulate Thread.Join
- From: Michael D. Ober
- Simulate Thread.Join
- Prev by Date: Re: C# service, performs lots of things on start, windows doesnt give it enough time!
- Next by Date: Re: Threading and DllImport
- Previous by thread: Re: Simulate Thread.Join
- Next by thread: Re: Simulate Thread.Join
- Index(es):
Loading