in reply to
I prefer to:
fork followed by exec
Comment on
Re: I prefer to:
Replies are listed 'Best First'.
Re^2: I prefer to:
by
gam3
(Curate)
on Jan 15, 2007 at 03:21 UTC
I thought forking was followed by sleep()?
-- gam3
A picture is worth a thousand words, but takes 200K.
[reply]
Re^3: I prefer to:
by
jesuashok
(Curate)
on Jan 15, 2007 at 05:04 UTC
do you mean sleep() -> fork() ? but, I meant fork() -> exec()
[reply]
Re^4: I prefer to:
by
virtualsue
(Vicar)
on Jan 15, 2007 at 20:04 UTC
fork() --> sleep()
time passes
--> spawn()
[reply]
In Section
Past Polls