> > AFAIK, the linux kernel has generally favored the per-cpu approach. In > that respect, relative underperformance of FreeBSD vs. Linux is an indicator > that per-cpu approaches deserve more weight in the FreeBSD world. As early as 2002 Linux scaled cleanly to 32-way on a powerpc machine. This is, as far as I can tell, a testament to IBM's investment in Linux. FreeBSD is just now moving past subsystem locking. A per-cpu approach will only make sense when finer grained locking is more consistently used throughout the kernel. Ideally in so doing we'll be more consistent about the granularity of locking across subsystems than we have been in the past. -KipReceived on Sun Oct 08 2006 - 23:29:48 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:01 UTC