[279] in Pthreads mailing list archive
Re: pthreads and fork()
daemon@ATHENA.MIT.EDU (Christopher Provenzano)
Tue Feb 27 16:36:52 1996
To: Samuel Tardieu <sam@inf.enst.fr>
Cc: pthreads@MIT.EDU
In-Reply-To: Your message of "26 Feb 1996 14:19:51 +0100."
<qw6ravitea0.fsf@gargantua.enst.fr>
Date: Tue, 27 Feb 1996 16:15:43 EST
From: Christopher Provenzano <proven@MIT.EDU>
>
> Unfortunately, I don't want to exec anything ; the fork() was here to
> release the parent process-id which terminates just after the fork()
> occurs. I want to detach the current process...
Is or can the fork() occure before any calls to pthread_create()?
CAP