[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Pvfork()
>From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
>I have just recetly learned that vfork() is supposed to block even
>under "real" Unix (if it's available at all). So there is no real
Indeed you are correct! I didn't know that either, but APUE does say
that it blocks. Sigh...I was hoping to avoid the need for kludges
like __fork_and_exit(), by simply using vfork() instead of fork().
--
entropy -- it's not just a good idea, it's the second law.
Personal mail: entropy@gnu.ai.mit.edu
MiNT library mail: entropy@terminator.rs.itd.umich.edu
"what do you have against octal?" -jrb
- Follow-Ups:
- Pvfork()
- From: thuerman@ibr.cs.tu-bs.de (Urs Thuermann)
- References:
- Re: Pvfork()
- From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>