Wednesday, May 25, 2016

Problems in Linux

Why Linux is best for scientists and companies ? 

linux tux

 Linux manages properly the memory
Thanks the state of the art implementation of the research results in computer science coming from Unix, universities and other research centers, Linux properly manages the memory (demand paging).

The consequence ?

• If a buggy software crashes, you don't need to reboot the computer
• If a software ends, it does not leave unused memory (memory leaking) leading to "Low on resources" error message.
 • If a malicious code gets executed, it does not spread among the entire system memory.
 •Two users sharing the same computer at the same time can't corrupt the other user software memory.

No comments:

Post a Comment