home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / sgi / 18474 < prev    next >
Encoding:
Text File  |  1993-01-05  |  1.6 KB  |  36 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!munnari.oz.au!uniwa!cujo!raytrace
  3. From: raytrace@cs.curtin.edu.au (RayTrace project)
  4. Subject: Re: motif and pipes
  5. Message-ID: <raytrace.726199970@marsh>
  6. Sender: news@cujo.curtin.edu.au (News Manager)
  7. Organization: Curtin University of Technology
  8. References: <34849@adm.brl.mil>
  9. Date: Tue, 5 Jan 1993 02:12:50 GMT
  10. Lines: 24
  11.  
  12. beyer@bflsgu.fl.bs.dlr.de (Ralf Beyer DLR) writes:
  13. >    
  14. >    2. I have a forground Motif application which must launch and 
  15. >       establish 2-way communcation with a non-graphic background
  16. >       application. I have the source for both and thus can make 
  17. >           any modifications necessary. My man pages have holes where 
  18. >       socket, pipe and socketpair are supposed to be.
  19.     For interaction, you MUST use a pty not a pipe as the pipe
  20.     blocks until it is full -- you can't read via X interrupt until
  21.     8192 characters are available. 
  22.     I have code where we talk to a terminal server via telnet if you
  23.     want example code.
  24. --
  25.  
  26.     Andrew Marriott.
  27.  
  28. --------------------------------------------+----------------------------------
  29. * Internet: raytrace@cs.curtin.edu.au                                         *
  30. *                                                                             *
  31. * Mail   : School of Computer Science         | Tel: +619 351 7680            *
  32. *          Curtin University of Technology    | Fax: +619 351 2819            *
  33. *          Kent Street, Bentley                                               *
  34. *          Western Australia, 6102                                            *
  35. --------------------------------------------+----------------------------------
  36.