Subj : Re: A pity that there is no forkall() which clones threads To : comp.programming.threads From : Casper H.S. Dik Date : Sat Mar 05 2005 12:55 pm Marcin 'Qrczak' Kowalczyk writes: >It's not enough to standarize forkall, it would have to be actually >implemented. Are there systems which provide it? Then fork/thread >interaction would be better at least on these systems. Solaris 10 provides it; earlier versions of Solaris provide fork() which is really forkall() [at least if you link with the non pthread thread library] Casper .