Re: [RFC patch] introduce sys_membarrier(): process-wide memory barrier(v9)

From: Darren Hart
Date: Wed Feb 24 2010 - 12:30:25 EST


Nick Piggin wrote:

When writing multiprocessor scalable software, threads should often be
avoided. They share so much state that it is easy to run into
scalability issues in the kernel. So yes it would be really nice to
have userspace RCU available in a process-shared mode.

A bit off topic, but I'm interested in what you feel some of these scalability issues are. Is it mostly bouncing this shared context from one CPU to the next and the related cache effects, or is there something more you are referring to?

--
Darren Hart
IBM Linux Technology Center
Real-Time Linux Team
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/