home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / windows / x / 20613 < prev    next >
Encoding:
Text File  |  1992-12-29  |  935 b   |  28 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!munnari.oz.au!yarrina.connect.com.au!auspost.com.au!guk!dave
  3. From: dave@grunge.auspost.com.au (Dave Cole)
  4. Subject: fork() after XtVaAppInitialize()
  5. Message-ID: <DAVE.92Dec30100145@grunge.auspost.com.au>
  6. Sender: usenet@auspost.com.au (USENET Administrator)
  7. Organization: Australia Post
  8. Date: Wed, 30 Dec 1992 00:01:45 GMT
  9. Lines: 17
  10.  
  11. Does anyone out there who knows how to successfully fork() after
  12. XtVaAppInitialize() want to help me?
  13.  
  14. I am trying to run a telnet session and an ftp session via the pty
  15. drivers.  If I spawn the children before calling XtVaAppInitialize()
  16. then everything is okey-dokey - but I need to be able to restart these
  17. child programs if they terminate for some reason.
  18.  
  19. At the moment if I call after XtVaAppInitialize(), as soon as the
  20. telnet session establishes a connection, the output from the pty
  21. stops, likewise input.
  22.  
  23. HELP ME PLEASE
  24.  
  25. Thanks in advance.
  26.  
  27. Dave
  28.