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