Date: Fri, 15 Jul 94 08:57:01 -0400 From: dj AT ctron DOT com (DJ Delorie) To: SGW46959M021 AT DAFFY DOT MILLERSV DOT EDU Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: fork() > Just a curiosity question: are there any future plans to incorporate > a functional fork() into djgpp? Maybe in 2.0? It seems to me the necessary > features could be incorporated into go32. I would attempt it myself, but I know > my skills and time are not up to the task. V2.0 will NOT have a go32.exe program, so any attempts at fork() will need to rely on the DPMI services in the application. Because of this, very little functionality is being added to the extender that will not be able to be done in V2.0 applications. > One more thing: is there even a tentative plan on when djgpp 2.0 will > be released? I know 1.12 will be out in the next week or so, but every now > and then I see mumblings about 2.0? V2.0 alpha is out on ftp.cygnus.com:/pub/dj, but I've decided to redo the library to be more posix and more efficient. I've got gcc and make working already.