Issue80

Title Broadcast
Type wish Status chatting
Importance 50.0
Superseder Nosy List jdn, mg, tpj
Assigned To mg Keywords

Created on 2009-03-10.11:49:03 by jdn, last changed 2009-03-10.11:50:03 by jdn.

Messages
msg310 (view) Author: jdn Date: 2009-03-10.11:49:03
I would like to see a broadcast method in the Runtime class. The 
purpose of the broadcast method should be to distribute a public value 
among all parties (or some subset of parties).

A case: All parties in a computation needs to read a value from 
standard in, and it is a different value for each party. We want to 
tell the value to everybody else.

An example use could be like the input method:
a,b,c = runtime.broadcast([1,2,3], value)

Similarly, broadcast can be used in a conditional if only some subset 
of parties wants to distribute a value.
History
Date User Action Args
2009-03-10 11:50:03jdnsetimportance: 50.0
2009-03-10 11:49:03jdncreate