c***@CSIC.UMD.EDU
2005-09-29 16:18:41 UTC
Since everything is
not NOT detached,
So now the only
difference between a
background and
foreground process
is that
the parent will
always call Wait()
on foreground
process and not on
background ?
So we just need to
check in syswait
whether the process
is background or not
and either wait or
return error code
accordingly ?
not NOT detached,
So now the only
difference between a
background and
foreground process
is that
the parent will
always call Wait()
on foreground
process and not on
background ?
So we just need to
check in syswait
whether the process
is background or not
and either wait or
return error code
accordingly ?