Re: Message Passing Techniques



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

.



Relevant Pages

  • Re: Class Design: Multiple Typed Parameters?
    ... > rather than the CheckBoxList itself then, eg as a list of strings. ... I've taken your advice about passing the values. ... <%= Clinton Gallagher ... Prev by Date: ...
    (microsoft.public.dotnet.languages.csharp)
  • How to compare two strings in 77?
    ... I'm passing a string into the function below, ... How are strings compared in Fortran 77? ... Prev by Date: ...
    (comp.lang.fortran)
  • Re: blank response from curl when posting form data
    ... under 800 characters, everything works. ... I tried passing the post data in strings, ...
    (comp.lang.php)
  • Re: Specifying parameter passing convention and place (register)
    ... but they say nothing of the passing 'place' (specific ... > where data passed between languages will never include bounded strings, ... we might have the following declarations ... in this package: ...
    (comp.lang.ada)
  • something strange with new process Arguments
    ... I'm starting a new process and passing it some arguments to look at a ... The folder gets created correctly. ... I figure it has to be an encoding problem somewhere among the various ... possible encodings and passings of strings going on. ...
    (microsoft.public.dotnet.general)