Re: SMP/cc Cluster description

Momchil Velikov (velco@fadata.bg)
05 Dec 2001 10:12:36 +0200


>>>>> "Larry" == Larry McVoy <lm@bitmover.com> writes:
Larry> Where this approach wins big is everywhere except the page cache. Every
Larry> single data structure in the system becomes N-way more parallel -- with
Larry> no additional locks -- when you boot up N instances of the OS. That's

I was wondering about multiple OS instances in their own address
space. What's the need for separate address spaces for the kernels ?

It looks more natural to me to _actually_ have N instances of kernel
data structures in the _same address space_, i.e. turning
each global variable into an array_ indexed by an "instance id",
much in the same way as we have now per-CPU structures. Well,
I don't actually think it would be as simple as stated above, I'm just
proposing it as a general approach towards ccclustering.

(btw, there was some discussion on #kernelnewbies, on Nov 12th and
21st, you can find the logs here
http://vengeance.et.tudelft.nl/~smoke/log/kernelnewbies/2001-11/)

Regards,
-velco

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/