William James writes: > > ... 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?
No. The definition of posix_spawn is that a new process is created that contains a new executable file. How could one clone threads into a new executable? -- 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
