home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / programm / 5800 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  1.1 KB

  1. Path: sparky!uunet!pipex!bnr.co.uk!uknet!mcsun!news.funet.fi!hydra!klaava!klaava!Kari.Hurtta
  2. From: Kari.Hurtta@Helsinki.FI (Kari E. Hurtta)
  3. Newsgroups: comp.unix.programmer
  4. Subject: Re: Pipes/Sockets/Pty's/Communications
  5. Message-ID: <KARI.HURTTA.92Dec30210217@plootu.Helsinki.FI>
  6. Date: 30 Dec 92 19:02:17 GMT
  7. References: <1992Dec30.160512.10958@linus.mitre.org>
  8. Sender: news@klaava.Helsinki.FI (Uutis Ankka)
  9. Organization: Department of Computer Science, University of Helsinki, Finland
  10. Lines: 11
  11. In-Reply-To: bdickens@elara.mitre.org's message of Wed, 30 Dec 1992 16: 05:12 GMT
  12.  
  13. In article <1992Dec30.160512.10958@linus.mitre.org> bdickens@elara.mitre.org (Brian Dickens) wrote:
  14. > I want to be able to send commands to the program and get answers back,
  15. > but using standard piping techniques have been unable to help me so far,
  16. > since the output of the program seems to be *buffered*!!!
  17.  
  18. C'c IO-library line bufferes output, if output goes to terminal,
  19. otherwise it block bufferes output. This is reason why, you need pty.
  20.  
  21. --
  22. - K E H                                      /  Eldmd on monimutkaista
  23.   Kari.Hurtta@Helsinki.FI
  24.