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