Re: 5.0 to have pthreads?

2001-04-02 Thread Alfred Perlstein

* Arthur Munn [EMAIL PROTECTED] [010401 20:09] wrote:
 hello all, I was told by a friend that FreeBSD 5.0 is going to be sporting 
 *real* pthreads, I was immediatley very excited and I want to know if this 
 is true, if anyone knows I would really like to have it verified/dismissed.

We already have "*real*" pthreads.  Pay more attention thanks,
-- 
-Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]]
Represent yourself, show up at BABUG http://www.babug.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: 5.0 to have pthreads?

2001-04-01 Thread Garrett Rooney

On Sun, Apr 01, 2001 at 11:09:15PM -0400, Arthur Munn wrote:
 hello all, I was told by a friend that FreeBSD 5.0 is going to be sporting 
 *real* pthreads, I was immediatley very excited and I want to know if this 
 is true, if anyone knows I would really like to have it verified/dismissed.

first of all, you have to define 'real pthreads'.  freebsd has a perfectly
good implimentation of pthreads right now, it just happens to be implimented
in userspace.  there is also a port of linuxthreads which uses rfork
underneath, so gets you process based threads, which gives you many of the
advantages of kernel threads, but is rather heavyweight.

there is also the KSE project, which is probably what you're talking about.
it's intent is to impliment kernel threads in a much more efficient and
scalable manner than the rfork based style.  check out
http://www.freebsd.org/~jasone/kse for details.

this project was originally intended for FreeBSD 5.0, but will likely not be
completed in time.  at the moment i believe it is waiting on the current proc
locking work to be completed before any code will be checked in.

-- 
garrett rooney Unix was not designed to stop you from 
[EMAIL PROTECTED]   doing stupid things, because that would  
http://electricjellyfish.net/  stop you from doing clever things.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



5.0 to have pthreads?

2001-04-01 Thread Arthur Munn

hello all, I was told by a friend that FreeBSD 5.0 is going to be sporting 
*real* pthreads, I was immediatley very excited and I want to know if this 
is true, if anyone knows I would really like to have it verified/dismissed.

thanks!
_
Get your FREE download of MSN Explorer at http://explorer.msn.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message