cvs commit: src/lib Makefile src/lib/libpthread Makefile README dummy.c
Joerg Sonnenberger
joerg at britannica.bec.de
Tue Apr 17 06:07:57 PDT 2007
On Tue, Apr 17, 2007 at 03:00:53PM +0200, Gergo Szakal wrote:
> Probably missed something earlier, but what is the exact benefit of
> this 1:1 threading? Is it worth upgrading to the development version
> (even now or later)?
If your programs are CPU bound, it doesn't matter and might beven
detrimental.If you have multiple CPUs and/or are running IO bound
processes, it can help a lot though.
Joerg
More information about the Commits
mailing list