home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / os2 / advocacy / 3321 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  838 b 

  1. From: yuk@hpopd.pwd.hp.com (Yuk Lun Chan)
  2. Date: Tue, 28 Jul 1992 08:29:24 GMT
  3. Subject: Re: nt, an assessment
  4. Message-ID: <-159819993@hpopd.pwd.hp.com>
  5. Organization: Hewlett-Packard NSG-PWD, UK.
  6. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!hplabs!hplextra!otter.hpl.hp.com!hpopd!yuk
  7. Newsgroups: comp.os.os2.advocacy
  8. References: <1992Jul27.2712.2901@dosgate>
  9. Lines: 12
  10.  
  11. Normally, one can port fork() into OS/2 API if the purpose is to start up a 
  12. new program (exec() after fork()) or a small procedure (can use DosCreateThread
  13. ?). But There are two problems can't be solved easily. 1. Initialised the
  14. main data area and then fork a number of child (The child runs the main
  15. routine). 2. Initialised, print out message, command line checking etc and
  16. then fork a child, terminate the parant, i.e. running in background.
  17.  
  18. any suggestion?
  19.  
  20.  
  21. Yuk
  22.  
  23.