| From | Sent On | Attachments |
|---|---|---|
| Russell Francis | Feb 14, 2001 11:31 am | |
| Kris Kennaway | Feb 14, 2001 7:10 pm | |
| Seth Leigh | Feb 14, 2001 7:34 pm | |
| Kris Kennaway | Feb 14, 2001 7:53 pm | |
| Seth Leigh | Feb 14, 2001 9:01 pm | |
| Nate Williams | Feb 14, 2001 9:36 pm | |
| Kris Kennaway | Feb 14, 2001 9:43 pm | |
| Terry Lambert | Feb 14, 2001 11:08 pm | |
| Seth Leigh | Feb 14, 2001 11:20 pm | |
| Seth Leigh | Feb 14, 2001 11:55 pm | |
| Jason Evans | Feb 15, 2001 1:32 am | |
| Nate Williams | Feb 15, 2001 9:06 am | |
| Terry Lambert | Feb 15, 2001 3:35 pm | |
| Nate Williams | Feb 15, 2001 3:41 pm | |
| Terry Lambert | Feb 15, 2001 4:03 pm | |
| Terry Lambert | Feb 15, 2001 4:08 pm | |
| Terry Lambert | Feb 15, 2001 4:51 pm | |
| Arun Sharma | Feb 15, 2001 5:19 pm | |
| Arun Sharma | Feb 15, 2001 5:22 pm | |
| Seth Leigh | Feb 15, 2001 5:53 pm | |
| Nate Williams | Feb 15, 2001 7:17 pm | |
| Kris Kennaway | Feb 15, 2001 9:16 pm | |
| Russell Francis | Feb 15, 2001 9:31 pm | |
| Yifeng Xu | Feb 15, 2001 9:33 pm | |
| Arun Sharma | Feb 15, 2001 10:17 pm | |
| Kris Kennaway | Feb 15, 2001 10:35 pm | |
| Arun Sharma | Feb 15, 2001 11:01 pm | |
| Seth Leigh | Feb 15, 2001 11:19 pm | |
| Jordan Hubbard | Feb 16, 2001 2:06 am | |
| Jacques A. Vidrine | Feb 16, 2001 9:06 am | |
| Arun Sharma | Feb 16, 2001 10:45 am | |
| Kris Kennaway | Feb 16, 2001 9:24 pm |
| Subject: | Re: possible problem with SMP? | |
|---|---|---|
| From: | Yifeng Xu (webs...@yahoo.com) | |
| Date: | Feb 15, 2001 9:33:57 pm | |
| List: | org.freebsd.freebsd-smp | |
by reading jasone's KSE project web pages, I do think KSE will support
PTHREAD_SCOPE_SYSTEM very well, FreeBSD will do support 1:1 and M:N thread
model,
it seems KSE will have bright future, I think it's perfect and I am waiting.
David Xu
--- Seth Leigh <se...@pengar.com> wrote:
With the normal threads library under Solaris (/usr/lib/libthread.so.1 and /usr/lib/libpthread.so.1) the default mode of operation is indeed n:m. However, if you declare a pthread_attr_t and call pthread_attr_setscope() on it with PTHREAD_SCOPE_SYSTEM, then any threads created subsequently are bound to an lwp. Threads created with PTHREAD_SCOPE_SYSTEM are 1:1.
Additionally, with Solaris 8 there is an alternate threads library (/usr/lib/lwp/libpthread.so.1) which is strictly 1:1. Ie: bound threads are all you get, and all scheduling and such is left to the kernel.
Seth
At 05:22 PM 2/15/2001 -0800, Arun Sharma wrote:
On 15 Feb 2001 06:37:23 +0100, Nate Williams <na...@yogotech.com> wrote:
Sun's JDK uses a one-one mapping, because
Do you have any references for this ? libpthread on Solaris uses n:m mapping, AFAIK.
-Arun
To Unsubscribe: send mail to majo...@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message
To Unsubscribe: send mail to majo...@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message
__________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/
To Unsubscribe: send mail to majo...@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message





