Re: Change signal mask after vfork/clone system call

From: Alan Cox
Date: Thu Nov 04 2010 - 05:49:45 EST


> Finally, if using fork should be efficient for starting processes from applications with heavy VM/RSS memory footprint, this question becomes obsolete.

Fork on pretty much any Unix like system around today does copy-on-write
so while not as efficient as vfork should be fine for most purposes.

Alan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/