From: Jeff D. <jd...@ka...> - 2000-01-14 16:57:06
|
> How about NUMA support? Multiple UML's could be communicating across > a network to give the appearance of one big NUMA machine. That would be interesting. It's essentially a shared-memory interconnect (DEC's name for it was the Memory Channel). You'd have them allocating pages from a hunk of memory shared between the umls. But, until there's things like process migration and a common filesystem, you can't treat a bunch of machines as a real cluster. Until that happens, the only thing you could use the interconnect for would be a network. Jeff |