Talk:Concurrent computing: Difference between revisions

From Rosetta Code
Content added Content deleted
(New page: ==Random order?== Is random order what is meant here, or is "any order" sufficient? --~~~~)
 
No edit summary
Line 1: Line 1:
==Random order?==
==Random order?==
Is random order what is meant here, or is "any order" sufficient? --[[User:Short Circuit|Short Circuit]] 00:16, 6 February 2007 (EST)
Is random order what is meant here, or is "any order" sufficient? --[[User:Short Circuit|Short Circuit]] 00:16, 6 February 2007 (EST)
==Re: Random order?==
Random order means that the order of output is not determined at compile time. The order of output may differ from one execution of the program to another due to differences in timing between the concurrent units providing the output. --[[User:Waldorf|Waldorf]] 11:47, 7 February 2007 (MST)

Revision as of 18:48, 7 February 2007

Random order?

Is random order what is meant here, or is "any order" sufficient? --Short Circuit 00:16, 6 February 2007 (EST)

Re: Random order?

Random order means that the order of output is not determined at compile time. The order of output may differ from one execution of the program to another due to differences in timing between the concurrent units providing the output. --Waldorf 11:47, 7 February 2007 (MST)