Concepts: Channel vs. Stream
Posted
by hotzen
on Stack Overflow
See other posts from Stack Overflow
or by hotzen
Published on 2010-05-11T11:17:11Z
Indexed on
2010/05/11
11:24 UTC
Read the original article
Hit count: 370
Hello, is there a conceptual difference between the terms "Channel" and "Stream"? Do the terms require/determine, for example, the allowed number of concurrent Consumers or Producers?
I'm currently developing a Channel/Stream of DataFlowVariables, which may be written by one producer and read by one consumer as the implementation is destructive/mutable. Would this be a Channel or Stream, is there any difference at all?
Thanks
© Stack Overflow or respective owner