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
