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

 



Forgot your password?
typodupeerror

Comment Re:With more memory per CPU, it might not suck (Score 1) 124

Please don't confuse the SPUs (the eight coprocessors on the Cell die) with the PPU (the main CPU core). The PPU is also part of the Cell, so don't call the SPUs "Cell CPUs". There is also no MIPS core -- the PPU is a 3.2GHz PPC core with two hardware threads. The SPUs also run at 3.2GHz, but are not considered "real" CPUs since they can't bootstrap themselves, they have to be given tasks from the PPU. SPU programming forces a model on you as a developer -- modularize your tasks with as few synchronization points as possible and treat the SPUs like a thread pool. What's the problem here? This is a good model even if you're not limited to the SPUs. Developers who move more and more tasks to the SPUs will find themselves in a much better position next generation when parallelization is more massive, regardless of whether the Cell or something like it is involved.
Linux Business

Submission + - Alan Cox files patent for DRM

booooh writes: "Alan Cox has filed a patent for DRM (Digital Rights Management).
http://www.freshpatents.com/Rights-management-syst em-dt20050623ptan20050138406.php
A rights management system monitors and controls use of a computer program to prevent use that is not in compliance with acceptable terms.
The nice things about this are:
  1. According to Red Hat's patent pledge they will not license this technology if the patent is granted, but rather will probably sue to avoid others using it.
  2. It can probably be applied to the DRM that is in Vista...
see more details at: http://www.linuxquestions.org/questions/showthread .php?p=2574359"

Slashdot Top Deals

Your fault -- core dumped

Working...