Date: Fri, 08 Dec 2000 08:14:12 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Paul Alexander Drees Message-Id: <3405-Fri08Dec2000081412+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <3A2FE038.75799755@sci.tamucc.edu> (message from Paul Alexander Drees on Thu, 07 Dec 2000 13:08:40 -0600) Subject: Re: function fork() References: <3A2FE038 DOT 75799755 AT sci DOT tamucc DOT edu> 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: Paul Alexander Drees > Newsgroups: comp.os.msdos.djgpp > Date: Thu, 07 Dec 2000 13:08:40 -0600 > > Eli Zaretskii wrote: > > If someone writes support for fork()-ing on these systems, I'm sure the > > patches to DJGPP library will be gratefully accepted. > Why can't it be implemented with one of those preemptive multithreading > libraries in the v2tk/ folder? Because `fork' is about starting another _program_, not another _thread_ in the same program.