Re: Threading/Locking
- From: Jon Skeet [C# MVP] <skeet@xxxxxxxxx>
- Date: Wed, 11 May 2005 21:34:13 +0100
Shane <Shane@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> So what is the suggested solution to this...I need the data to be
> handled in order, but I don't want to have to block the sending
> thread because the data coming in is time sensitive (ie needs to be
> retrieved quickly).
Then you stash the data in an ordered list which is then processed by
another thread.
--
Jon Skeet - <skeet@xxxxxxxxx>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
.
- References:
- Threading/Locking
- From: Shane
- Re: Threading/Locking
- From: Jon Skeet [C# MVP]
- Re: Threading/Locking
- From: Shane
- Threading/Locking
- Prev by Date: Socket Receive problem
- Next by Date: Re: How to call an empty constructor withing it's class
- Previous by thread: Re: Threading/Locking
- Next by thread: Re: Threading/Locking
- Index(es):
Relevant Pages
|