Re: Message Passing Techniques
- From: "Curious" <theone@xxxxxxxxxxxxxxxxxx>
- Date: 17 Nov 2005 03:08:06 -0800
Basically I will be passing numbers and strings.
I need to pass data between different threads, since the main objective
is to make the program run in a distributed way, where each thread will
be representing a different host connection in the distributed
approach.
I require something that controls the messages it receives and it sends
from all other threads. This will be implemented as a library which
will then be converted to another library implementing the distributed
approach.
Controller ----> Sends and Receives messages send by Thread A, Thread
B, Thread C, etc......
Controller ----> Sends and Receives messages send by Host A, Host B,
Host C, etc.... in the distributed approach.
Now to solve the problem, I was thinking of using MessageQueue. Is
there something else, or can some more information regarding
MessageQueues be given.
Thanks in Advance
.
- Follow-Ups:
- Re: Message Passing Techniques
- From: Jon Skeet [C# MVP]
- Re: Message Passing Techniques
- References:
- Message Passing Techniques
- From: Curious
- Re: Message Passing Techniques
- From: Nicholas Paldino [.NET/C# MVP]
- Message Passing Techniques
- Prev by Date: Re: Slow printing in C#/.NET...
- Next by Date: A question about NetworkStream read & write operation inside threads
- Previous by thread: Re: Message Passing Techniques
- Next by thread: Re: Message Passing Techniques
- Index(es):
Relevant Pages
|