Infoworld Interview with Linus 26
Amnesiak sent us an interesting interview that Infoworld has done with Linus-questions about the kernel, which distro he prefers, Microsoft/Linux thing and how the Gnome/KDE may sort it out. Standard interview questions, but it's a well done interview.
He wasn't talking about GNU! (Score:1)
Complex thoughts are hard - Barbie.
Re:Boring as usual (Score:1)
-awc
Re:Boring as usual (Score:1)
Boring? (Score:1)
My understanding is that NT will only scale to 4 processors and MS clustering is nothing like UNIX clustering. Though of course, other operating sytems have much slicker marketing if you're into that sort of thing.
Re:Boring as usual (Score:1)
what you see is definitely only what you get.... (Score:1)
Re:Doesn't Linux already support 16 processor SMP? (Score:2)
Linux 2.2 will run on a 16 CPU machine, AFAIK, and it will happily report all the CPU#s in
However, just because all 16 CPUs are working, doesn't mean the code was written with 16 CPUs in mind. Linux 2.2 scales poorly above say, 4 CPUs. The exact problems will vary depending on your application, but chances are that 16 CPUs won't buy you the performance it should.
NT has some of the same problems, but in W2K Microsoft say those problems are gone in the kernel architecture for up to 16 CPUs. For now, if you want to do SMP in a biiig way (not dual-processor) then you don't want INTEL INSIDE.
Nick.
Pretty rockin' interview (Score:1)
I found the kernel release speculation especially interesting. Next kernel: 3.0. And he's said before that the next kernel should be out in the fall. Woohoo! (yes, I realize the number mean nothing...still...)
---
Put Hemos through English 101!
Re:Boring as usual (Score:1)
-awc
Ext4fs? (Score:1)
On the other hand, there is a design for a dual-disk file system called Ext4fs, which stores blocks and inodes on one partition and the actual data files on the other. The most obvious advantage to this system is the elimination of redundant superblocks and block group information in each block group, and a predicted increase in performance once all the kinks are worked out. On the other hand, this system has a long way to go before it is usable. Nonetheless this could be a good candidate for a new Linux file system.
The abstract on this file system may be downloaded from here [twsu.edu]. Note: this is a gzipped version.
Linux and the Mindcraft Study (Score:2)
Much Ado About Something (Score:1)
And they might learn something, too.
Will in Seattle
Just some thoughts... (Score:1)
Doesn't Linux already support 16 processor SMP? (Score:1)
Is this accurate? It seemed that Linus was saying that support for just 2 and 4 processors was just added with the 2.2 kernel and that work was continuing on support for 8 to 16 CPUS. Or did I misunderstand?
Re:Doesn't Linux already support 16 processor SMP? (Score:1)
So right now, 4 processors is approximately the maximum number you can have and still have a fairly decent bang for the processor.
Re:Doesn't Linux already support 16 processor SMP? (Score:1)