Re: Scaling noise

From: Martin J. Bligh
Date: Wed Sep 03 2003 - 21:41:29 EST


> On Thursday 04 September 2003 02:49, Larry McVoy wrote:
>> It's much better to have a bunch of OS's and pull
>> them together than have one and try and pry it apart.
>
> This is bogus. The numbers clearly don't work if the ccCluster is made of
> uniprocessors, so obviously the SMP locking has to be implemented anyway, to
> get each node up to the size just below the supposed knee in the scaling
> curve. This eliminates the argument about saving complexity and/or work.
>
> The way Linux scales now, the locking stays out of the range where SSI could
> compete up to, what? 128 processors? More? Maybe we'd better ask SGI about
> that, but we already know what the answer is for 32: boring old SMP wins
> hands down. Where is the machine that has the knee in the wrong part of the
> curve? Oh, maybe we should all just stop whatever work we're doing and wait
> ten years for one to show up.
>
> But far be it from me to suggest that reality should intefere with your fun.

Yes you need locking, but only for the bits where you glue stuff back
together. Plenty of bits can operate indepandantly per node, or at
least ... I'm hoping they can in my vapourware world ;-)

M.

-
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/