Re: Message Passing Techniques
- From: "Nicholas Paldino [.NET/C# MVP]" <mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 16 Nov 2005 15:47:08 -0500
Curious,
What kind of messages do you need to pass between threads? It might be
possible to replace the logic you are trying to implement (from what it
seems like a legacy system where you didn't have a thread pool) with
something else.
For what reason are you trying to pass messages between threads? Are
you managing these threads yourself, and if so, why arent you using the
thread pool?
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx
"Curious" <theone@xxxxxxxxxxxxxxxxxx> wrote in message
news:1132137660.279784.229180@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> I need some technique to communicate by passing messages with different
> threads. For my problem shared memory is not applicable.
>
> Can someone give me some help of what there is available in the .net.
>
> Thanks in Advance
>
.
- Follow-Ups:
- Re: Message Passing Techniques
- From: Curious
- Re: Message Passing Techniques
- References:
- Message Passing Techniques
- From: Curious
- Message Passing Techniques
- Prev by Date: Generate .SQL file
- Next by Date: Re: C# Express and SQL 2000
- Previous by thread: Message Passing Techniques
- Next by thread: Re: Message Passing Techniques
- Index(es):
Relevant Pages
|
Loading