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. -- James Carlson, Solaris Networking <[EMAIL PROTECTED]> Sun Microsystems / 1 Network Drive 71.232W Vox +1 781 442 2084 MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677 _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
