[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2005-06-10 (22:56) |
From: | Jonathan Bryant <jtbryant@v...> |
Subject: | Threads |
I'm confused. In the documentation on the threads library it says that the threads implementation is shared time on only a single processor. Is that for VM and system threads, or are the POSIX threads able to take advantage of multiple processors? I would think they would be able to because (unless I'm mistaken) they're just wrappers around the C system calls... --Jonathan