On Sun, Mar 04, 2001 at 01:02:25PM -0500, Daniel Eischen wrote:
> On Sun, 4 Mar 2001, Jordan DeLong wrote:
> > Hey; I've got a question about the pthread implementation on freebsd. I was
> > looking it over and noticed that the pthread library is green; which is
> > disadvantagous on SMP machines. I found a port of the linux pthreads, but it
> > uses rfork() to create the new threads...
> >
> > Anyway; I was curious if a clone() call is in the works for freebsd 5.0? And
>
> see rfork_thread(3). A pthreads implementation using it is in the works
> for 5.0.
>
I just took a look at this. Looks extra cool, hehe.
thanks,
-Jordan
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message