Re: Are OpenBSD threads (pthreads) using more than one core ofmulticore CPUs? Thanks for clearing it up, Marc.
As a side note, however, allow me to point that this sounds like a
severe
limitation for an OS - we are living in the multicore era. Both Linux
and Windows
are able to allocate threads to different cores automatically, where
as apparently
OpenBSD can only do things in parallel if you "fork". A lot of
packages are
using threads...
Just my 2c.
Thanassis.
On Apr 30, 3:17 pm, es...@lain.home (Marc Espie) wrote:
> You don't understand things, that's all.
>
> pthreads is a purely userland threads library, there's no way it can
> distribute threads among different processors because the kernel doesn't
> even know about those threads. |