home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!news2me.ebay.sun.com!exodus.Eng.Sun.COM!sun!amdcad!netcomsv!terapin!paulk
- From: paulk@terapin.com (Paul Kienitz)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: fork() for AmigaDOS?
- Message-ID: <paulk.1a06@terapin.com>
- Date: 27 Aug 92 21:00:59 GMT
- References: <1992Aug26.010450.18412@galileo.cc.rochester.edu>
- Organization: BBS
- Lines: 9
-
- > Is there a AmigaDOS fork() that works like UNIX fork()?
- >
- > Or is there a way to get a 'C' program to spawn a subroutine as a
- > child that runs concurently?
-
- Under 2.x, it's CreateNewProcTags(NP_Entry, yourfunction, ...);
-
- Under 1.x you have to create a fake SegList that points to your code
- and pass that to CreateProc.
-