home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.x
- Path: sparky!uunet!munnari.oz.au!yarrina.connect.com.au!auspost.com.au!guk!dave
- From: dave@grunge.auspost.com.au (Dave Cole)
- Subject: fork() after XtVaAppInitialize()
- Message-ID: <DAVE.92Dec30100145@grunge.auspost.com.au>
- Sender: usenet@auspost.com.au (USENET Administrator)
- Organization: Australia Post
- Date: Wed, 30 Dec 1992 00:01:45 GMT
- Lines: 17
-
- Does anyone out there who knows how to successfully fork() after
- XtVaAppInitialize() want to help me?
-
- I am trying to run a telnet session and an ftp session via the pty
- drivers. If I spawn the children before calling XtVaAppInitialize()
- then everything is okey-dokey - but I need to be able to restart these
- child programs if they terminate for some reason.
-
- At the moment if I call after XtVaAppInitialize(), as soon as the
- telnet session establishes a connection, the output from the pty
- stops, likewise input.
-
- HELP ME PLEASE
-
- Thanks in advance.
-
- Dave
-