Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Simple explanation: John Swanson is scared. (Score 1) 173

They should not only redesign software for CPU architecture. Most software is created for a single cpu and a single memory space. In real life we have multiple processors, multiple kinds of memory (cache, ram, disk/ssd, raid, san, distributed file systems), network interfaces between server and client (what do you consider 'an application' on the internet?).

And while we are at it: We have issues with software reuse, bugs (in general) and testability, security. Software development is in the pre-industrial age, afaiac.

Comment Design goals (Score 1) 47

Before designing a system you want to know which problems are solved ('why?') and they must be tangible. Here are some aspects that would be nice to solve: code reuse is nice to save time, reducing bugs, testability, security, stability, high availability, maintainability... Not all problems are solved well in humans.

Slashdot Top Deals

HELP!!!! I'm being held prisoner in /usr/games/lib!

Working...