On 2/21/07, James Carlson <[EMAIL PROTECTED]> wrote:
Frank Hofmann writes:
> I.e. as far as practial applicability goes, if you fork() in a MT process,
> you only fork in order to exec. Don't even think of doing anything else
> but exec in the child after you forked. It's not portable programming.
... and if that's what you are indeed doing, then consider posix_spawn
instead. It's already MT-Safe, standardized, and available on Linux.
Does posix_spawn clone all running threads?
Cheers,
William
--
@,,@ William James
(\--/) [EMAIL PROTECTED]
(.>__<.) GNU/Solaris hacker
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code