comp.lang.ada
 help / color / mirror / Atom feed
* Broadcasting message to OTHER NODES
@ 2014-10-10 16:23 Stribor40
  2014-10-10 17:43 ` Niklas Holsti
  0 siblings, 1 reply; 7+ messages in thread
From: Stribor40 @ 2014-10-10 16:23 UTC (permalink / raw)


I have 6 nodes and each of those nodes have 2 partners.  So for example...
 
task myNode is
      entry TurnOff;
      entry LetMeKnow;
end  myNode;
 
I am trying to wrap my head around something like this ....so one of those nodes can send signal to those 2 partners to turn off the lights 
and let me know about it which is fine...The problem is that now those 2 partners also have 2 partners that need to be let known to turn the lights
off and let me know about it.
Can someone please point me or suggest how to go about this please. 


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-10-10 19:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-10 16:23 Broadcasting message to OTHER NODES Stribor40
2014-10-10 17:43 ` Niklas Holsti
2014-10-10 17:51   ` Stribor40
2014-10-10 18:15     ` Niklas Holsti
2014-10-10 18:33       ` Niklas Holsti
2014-10-10 18:42       ` Stribor40
2014-10-10 19:33         ` Shark8

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox