Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Linux already runs on thousands of cores (Score 3, Interesting) 462

Um, no. The early Itanium-based Altixes (Altices?) could go up to 512 cores running a single copy of Linux. The new Nehalem-based Altixes can have up to 2048 cores in a single system image IIRC. We just finished acceptance testing on an SGI Altix UV 1000 with 1024 cores. It runs one copy of Linux on it.

Comment Parallel programming is hard, film at 11. (Score 5, Informative) 626

The /. summary of TFA is almost exquisitely bad. It's not Window or Linux that's not ready for multicore (as both have supported multi-processor machines for on the order of a decade or more), but rather the userspace applications that aren't ready. The reason is simple: Parallel programming is rather hard, and historically most ISVs have haven't wanted to invest in it because they could rely on the processors getting faster every year or two... but no longer.

One area where I disagree with TFA is the claimed paucity of programming models and tools. Virtually every OS out there supports some kind of concurrent programming model, and often more than one depending on what language is used -- pthreads, Win32 threads, Java threads, OpenMP, MPI or Global Arrays on the high end, etc. Most debuggers (even gdb) also support debugging threaded programs, and if those don't have enough heft, there's always Totalview. The problem is that most ISVs have studiously avoided using any of these except when given no other choice.

--t

Software

Sun Exec Backs GPLv3 94

Hyperbeth writes "Sun's chief open-source officer Simon Phipps said that existing work towards GPLv3 had been 'extraordinary and effective' and he said he is 'frankly amazed by the criticisms'. The article notes that Mr. Phipps' comments are somewhat surprising, given that the recent open-sourcing of Java went forward with GPLv2." From the article: "I am frankly amazed by the criticisms that have [been] levelled at the GPLv3 process. They seem to ignore the incredible and positive way it is evolving and just find fault with things that are already the subject of work... I would be very surprised if the final GPLv3 was not an effective tool for some of the communities Sun sustains or will initiate in the future."
Google

Submission + - Google helping DoD track certain searchers

jcaruso writes: "Blogger Mark Gibbs says he was searching on Google for "binary explosives," and Firefox popped up a warning that a Web site certificate involved in the transaction couldn't be verified — the certificate was issued to the Department of Defense. Writes Gibbs: "So, it looks like the Department of Defense with Google's help is tracking me because I used a suspicious search term. It also looks like either the DoD aren't really good at stealth or they want me to know that they are watching. Definitely lame either way.""
Politics

German Minister Seeks Jail Time For FPS Players 383

GamePolitics has the somewhat unbelievable news that German Minister of the Interior Gunther Beckstein is seeking jail time for violent game developers, publishers, and players. MSNBC has further coverage of the issue, which has pro gamers in Germany quite worried. From the article: "The draft law, a reaction to a school shooting that shook German public opinion last month, will come before the upper house of parliament next year. But it is already sending shockwaves through the 2m-strong German online gaming community. 'We have among the most drastic censorship rules for games,' said Frank Sliwka, head of the Deutsche E-Sport Bund, an umbrella federation for German online gaming teams. 'Now we are being labelled as a breeding ground for unstable, dysfunctional and violent youngsters.'"

Slashdot Top Deals

There are two ways to write error-free programs; only the third one works.

Working...