Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Blaming Linux... (Score 2, Insightful) 178

Linux is pretty terrible for performance multi-threading, that's a fact. It features unreliable file IO too, but I digress..

In the case of Facebook, it's true that it's not the OS fault since Mutexes are always slow anyway.

There are lockless libraries that lock the CPU(s) for one cycle so that the program doesn't need to lock a mutex to increment a counter, for example. Thousands of times faster...

But these wouldn't have helped there. Like you said, it just seems like a design problem in the software. Still 140M users is very impressive.

Comment Will it fix the most notorious Linux bug?? (Score -1, Troll) 211

There is been a bug in the Linux kernel that makes computers reboot every 47.9 days. This bug has been around for nearly 15 years!

I don't think that Linux can claim to be ready for the desktop (nor the server for that matter) until its development process is streamlined. As it is, the development priorities are set at the whims of one person.

Slashdot Top Deals

A conclusion is simply the place where someone got tired of thinking.

Working...