Unix STREAMS vs Standard Streams [closed]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












Can somebody explain differences between those mentioned in the title? Both are called "streams", however, their function seem to be quite different.










share|improve this question













closed as off-topic by Ipor Sircer, Thomas Dickey, Wildcard, msp9011, countermode Aug 29 at 11:13


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Requests for learning materials (tutorials, how-tos etc.) are off topic. The only exception is questions about where to find official documentation (e.g. POSIX specifications). See the Help Center and our Community Meta for more information." – Ipor Sircer, Thomas Dickey, Wildcard, msp9011, countermode
If this question can be reworded to fit the rules in the help center, please edit the question.
















    up vote
    0
    down vote

    favorite












    Can somebody explain differences between those mentioned in the title? Both are called "streams", however, their function seem to be quite different.










    share|improve this question













    closed as off-topic by Ipor Sircer, Thomas Dickey, Wildcard, msp9011, countermode Aug 29 at 11:13


    This question appears to be off-topic. The users who voted to close gave this specific reason:


    • "Requests for learning materials (tutorials, how-tos etc.) are off topic. The only exception is questions about where to find official documentation (e.g. POSIX specifications). See the Help Center and our Community Meta for more information." – Ipor Sircer, Thomas Dickey, Wildcard, msp9011, countermode
    If this question can be reworded to fit the rules in the help center, please edit the question.














      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      Can somebody explain differences between those mentioned in the title? Both are called "streams", however, their function seem to be quite different.










      share|improve this question













      Can somebody explain differences between those mentioned in the title? Both are called "streams", however, their function seem to be quite different.







      linux linux-kernel






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 28 at 21:22









      nmd_07

      131




      131




      closed as off-topic by Ipor Sircer, Thomas Dickey, Wildcard, msp9011, countermode Aug 29 at 11:13


      This question appears to be off-topic. The users who voted to close gave this specific reason:


      • "Requests for learning materials (tutorials, how-tos etc.) are off topic. The only exception is questions about where to find official documentation (e.g. POSIX specifications). See the Help Center and our Community Meta for more information." – Ipor Sircer, Thomas Dickey, Wildcard, msp9011, countermode
      If this question can be reworded to fit the rules in the help center, please edit the question.




      closed as off-topic by Ipor Sircer, Thomas Dickey, Wildcard, msp9011, countermode Aug 29 at 11:13


      This question appears to be off-topic. The users who voted to close gave this specific reason:


      • "Requests for learning materials (tutorials, how-tos etc.) are off topic. The only exception is questions about where to find official documentation (e.g. POSIX specifications). See the Help Center and our Community Meta for more information." – Ipor Sircer, Thomas Dickey, Wildcard, msp9011, countermode
      If this question can be reworded to fit the rules in the help center, please edit the question.




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          4
          down vote



          accepted










          Stream (computing)

          Simply a sequence of data elements accessed one at a time. Different from batch data which is processed a batch at a time.



          Standard Streams

          The Standard Streams stdin, stdout, and stderr are available to all programs. They abstract away the physical I/O layer. You can consider each as a character or byte stream.



          Unix STREAMS

          A native framework used to implement device drivers, network protocols, and inter-process communication. It is part of the Unix System V kernel. It is not a part of Linux. Linux has Pipes and FIFOs (Named Pipes) for inter-process communication.






          share|improve this answer




















          • You list Wikipedia, but this can just be seen as a hint that the term streams is used for various purposes. Also note that in the term standard streams the term standard is no more than an adjectiv to the term streams
            – schily
            Aug 29 at 11:31

















          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          4
          down vote



          accepted










          Stream (computing)

          Simply a sequence of data elements accessed one at a time. Different from batch data which is processed a batch at a time.



          Standard Streams

          The Standard Streams stdin, stdout, and stderr are available to all programs. They abstract away the physical I/O layer. You can consider each as a character or byte stream.



          Unix STREAMS

          A native framework used to implement device drivers, network protocols, and inter-process communication. It is part of the Unix System V kernel. It is not a part of Linux. Linux has Pipes and FIFOs (Named Pipes) for inter-process communication.






          share|improve this answer




















          • You list Wikipedia, but this can just be seen as a hint that the term streams is used for various purposes. Also note that in the term standard streams the term standard is no more than an adjectiv to the term streams
            – schily
            Aug 29 at 11:31














          up vote
          4
          down vote



          accepted










          Stream (computing)

          Simply a sequence of data elements accessed one at a time. Different from batch data which is processed a batch at a time.



          Standard Streams

          The Standard Streams stdin, stdout, and stderr are available to all programs. They abstract away the physical I/O layer. You can consider each as a character or byte stream.



          Unix STREAMS

          A native framework used to implement device drivers, network protocols, and inter-process communication. It is part of the Unix System V kernel. It is not a part of Linux. Linux has Pipes and FIFOs (Named Pipes) for inter-process communication.






          share|improve this answer




















          • You list Wikipedia, but this can just be seen as a hint that the term streams is used for various purposes. Also note that in the term standard streams the term standard is no more than an adjectiv to the term streams
            – schily
            Aug 29 at 11:31












          up vote
          4
          down vote



          accepted







          up vote
          4
          down vote



          accepted






          Stream (computing)

          Simply a sequence of data elements accessed one at a time. Different from batch data which is processed a batch at a time.



          Standard Streams

          The Standard Streams stdin, stdout, and stderr are available to all programs. They abstract away the physical I/O layer. You can consider each as a character or byte stream.



          Unix STREAMS

          A native framework used to implement device drivers, network protocols, and inter-process communication. It is part of the Unix System V kernel. It is not a part of Linux. Linux has Pipes and FIFOs (Named Pipes) for inter-process communication.






          share|improve this answer












          Stream (computing)

          Simply a sequence of data elements accessed one at a time. Different from batch data which is processed a batch at a time.



          Standard Streams

          The Standard Streams stdin, stdout, and stderr are available to all programs. They abstract away the physical I/O layer. You can consider each as a character or byte stream.



          Unix STREAMS

          A native framework used to implement device drivers, network protocols, and inter-process communication. It is part of the Unix System V kernel. It is not a part of Linux. Linux has Pipes and FIFOs (Named Pipes) for inter-process communication.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Aug 28 at 22:10









          linux_pangolin

          764




          764











          • You list Wikipedia, but this can just be seen as a hint that the term streams is used for various purposes. Also note that in the term standard streams the term standard is no more than an adjectiv to the term streams
            – schily
            Aug 29 at 11:31
















          • You list Wikipedia, but this can just be seen as a hint that the term streams is used for various purposes. Also note that in the term standard streams the term standard is no more than an adjectiv to the term streams
            – schily
            Aug 29 at 11:31















          You list Wikipedia, but this can just be seen as a hint that the term streams is used for various purposes. Also note that in the term standard streams the term standard is no more than an adjectiv to the term streams
          – schily
          Aug 29 at 11:31




          You list Wikipedia, but this can just be seen as a hint that the term streams is used for various purposes. Also note that in the term standard streams the term standard is no more than an adjectiv to the term streams
          – schily
          Aug 29 at 11:31


          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay