All generalizations are incorrect Charles Suresh's blog

Tuesday May 06, 2008

uperf is a network performance evaluation tool which is being open sourced by Sun today. Take a look at how I used it to compare network "ping-pong" traffic rate scaling on Solaris vs Linux.[Read More]

Wednesday Mar 12, 2008

Multi-core/Multi-thread CPUs can exacerbate scaling problems due to locking. A "mux" that pipelines work from multiple producers to a single consumer that avoids high lock hold times is discussed in this blog. Some of the flow control issues that needed to be addressed to deal with fast producers and slow consumers are also discussed along with the politics of source code changes to critical system software.[Read More]