Linus Torvalds <[EMAIL PROTECTED]> writes: > spawn() is trivial to implement if you want to. I don't think it's all > that much more interesting than vfork()+execve(), though. spawn() (actually posix_spawn) is currently implemented in the libc. If anybody for whatever reason thinks it is necessary to implement this in the kernel look at the interface. It is really only interesting for systems with limited VMs but it would be trivial to add another flag which allow different scheduling characteristics which some people apparently want. -- ---------------. ,-. 1325 Chesapeake Terrace Ulrich Drepper \ ,-------------------' \ Sunnyvale, CA 94089 USA Red Hat `--' drepper at redhat.com `------------------------ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Re: PATCH(?): linux-2.4.4-pre2: fork should run chil... Linus Torvalds
- Re: PATCH(?): linux-2.4.4-pre2: fork should run ... Rik van Riel
- Re: PATCH(?): linux-2.4.4-pre2: fork should run child fir... Hubertus Franke
- Re: PATCH(?): linux-2.4.4-pre2: fork should run child fir... Adam J. Richter
- Re: PATCH(?): linux-2.4.4-pre2: fork should run child fir... Adam J. Richter
- Re: PATCH(?): linux-2.4.4-pre2: fork should run child fir... Hubertus Franke
- Re: PATCH(?): linux-2.4.4-pre2: fork should run child fir... Adam J. Richter
- Re: PATCH(?): linux-2.4.4-pre2: fork should run chil... John Fremlin
- Re: PATCH(?): linux-2.4.4-pre2: fork should run ... Linus Torvalds
- Re: PATCH(?): linux-2.4.4-pre2: fork should ... Alexander Viro
- Re: PATCH(?): linux-2.4.4-pre2: fork should ... Ulrich Drepper
- Re: PATCH(?): linux-2.4.4-pre2: fork should run child fir... Adam J. Richter
- Re: PATCH(?): linux-2.4.4-pre2: fork should run child fir... Adam J. Richter
- Re: PATCH(?): linux-2.4.4-pre2: fork should run chil... Michael O'Reilly
- Re: PATCH(?): linux-2.4.4-pre2: fork should run chil... Linus Torvalds
- Re: PATCH(?): linux-2.4.4-pre2: fork should run ... Rik van Riel
- Re: PATCH(?): linux-2.4.4-pre2: fork should run child fir... Adam J. Richter