On Wed, Mar 12, 2008, Julian Elischer wrote: > In the last few years several things have happened that have > changed the threading landscape, in particular the fact is, that > with it's commanding position, Linux has forced most developers to > abandon threading their applications in a way that is not suitable for > 1:1. Because of this, even if all of you had done the world's best SA implementation in the world, it might not have improved performance for any of the "killer applications" at all. That's because the designers of these apps have put a lot of effort into making them run well on many platforms, including ones where threads are expensive; hence, M:N threads are just extra baggage. Solaris had a pretty mature M:N threading implementation that they essentially abandoned several years ago, probably for similar reasons. It's a shame things worked out this way, because it pushes more complexity into the apps, but that's life. Thanks for all the work you guys put into it.Received on Fri Mar 14 2008 - 01:40:07 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:28 UTC