X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: 31 May 2004 08:23:33 +0200 Message-Id: From: Eli Zaretskii To: djgpp AT delorie DOT com In-reply-to: <4d201f78.0405301212.164cba62@posting.google.com> (048321887-0001 AT t-online DOT de) Subject: Re: Using DR-DOS fork in DJGPP References: <4d201f78 DOT 0405200540 DOT 307bb15a AT posting DOT google DOT com> <9743-Thu20May2004201223+0300-eliz AT gnu DOT org> <4d201f78 DOT 0405210913 DOT 26a5ffcb AT posting DOT google DOT com> <4d201f78 DOT 0405230527 DOT 3f17fb4b AT posting DOT google DOT com> <2719-Sun23May2004185224+0300-eliz AT gnu DOT org> <4d201f78 DOT 0405270004 DOT 9eec890 AT posting DOT google DOT com> <9451-Thu27May2004145923+0300-eliz AT gnu DOT org> <4d201f78 DOT 0405301212 DOT 164cba62 AT posting DOT google DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: 048321887-0001 AT t-online DOT de (Udo Kuhnt) > Newsgroups: comp.os.msdos.djgpp > Date: 30 May 2004 13:12:55 -0700 > > So X_PCreate is perhaps really better > suited for this task than Z_Dom_Fork - that is, if it is at all possible to > use one of these functions to emulate a POSIX fork. :-/ Right. Writing a simple test program is probably the way to find out, as a few issues (mentioned in this thread) are still unclear about X_PCreate. In any case, thanks for bringing this API to our attention.