Mail Archives: djgpp/1997/04/14/05:27:23
On Fri, 11 Apr 1997, Chris Croughton wrote:
> Is anyone working on Unix type multitasking in DJGPP? Particularly
> fork and pipes.
AFAIK, no one does.
> I ran into it when trying to port tcsh. For that I'd be satisfied
> with a task switcher (i.e. when fork is called it runs the 'child'
> to completion and then continues with the 'parent).
I don't understand. This is exactly what `spawnXX' function do right
now. If you are willing to suspend the parent until the child exits,
why do you need `fork' at all?
- Raw text -