下载优途加速器
By: W.B. Langdon, Earl T. Barr, Justyna Petke
Associate Editor: Federica Sarro (@f_sarro)
At first sight it seems surprising that computer software should degrade. We are used to the idea that mechanical devices wear out with use and sooner or later they fail. Similarly, performance of electrical devices, particularly batteries, falls with time and they too eventually fail. But software? That’s just a pattern of bits. Sure the device holding the bits may fail, but we can restore from backup, we have error correcting codes. Surely as long as the bits are ok, the software will continue to be ok?
Wrong! Software too degrades over time. (Part of Figure 1 shows a fragment of a program which worked fine 20+ years ago, but which now does not even compile.) Like the fact that there are many reasons for hardware to fail, there are many reasons why untouched software may no longer work. It is so common for legacy software to fail [1], that the term software “bit rot” has been coined to cover, not just the problem of reading bits from old hardware [2], but also the general tendency for old programs to cease to perform their original task.
Figure 1: Over time software fails |
Today, and in the foreseeable future, the dominant cost of computing is software, i.e. people’s time, not hardware. Further the dominant cost of software is the cost of software maintenance. (Wiederhold [3, p66] says “Maintenance costs over time typically exceed the original software develop- ment cost by factors of 2 to 10.”) Bit rot increases the maintenance burden. We cannot simply leave software in the state it was in when it was first sold. Firstly we will need to bugfix. Arguably, if the defect was known in the original code, this is not bit rot. But even excluding this special case, bit rot can cover items such as the need to update for: new computer hardware, e.g. laptop, smartphone, new software libraries, new versions of computer programming languages and their support tools (the GNU C++ compiler has been through 113 releases since the code in Figure 1 was writ- ten), new computer operating systems, such as Microsoft Windows 10, and new versions of existing operating systems, etc.
In other words, if left untouched software suffers bit rot. Even in the absence of hostile actors and evolving computer viruses, we must keep soft- ware up-to-date, e.g. we cannot keep running windowsXP forever. This is a problem for everyone, not just major corporations with dedicated software maintenance teams. Unless hardware failure, fire or theft, comes first, even home computer uses, laptops, and phones will eventually suffer from bit rot.
手机翻国外网站教程
- Software Rot 28 February 2017. Geoff Greer discusses Mozilla tak- ing ten years to upgrade firefox in response to software rot. He also mentioned being unable to disprove the existence of software rot.
- Bit Rot: the silent killer 30 January 2018. Andrew Nesbitt advocates Containers to solve bit rot, and fives ways to slow it.
- Bit Rot: A Reminder To Check Your Files... 12 February 2016. J.D.G. Leaver discusses a data loss and recovery incident with modern high density disks.
- Software rot Wikipedia.
怎样才能浏览国外网址
[1] Andreas Zeller. Yesterday, my program worked. today, it does not. why? In Oscar Nierstrasz and Michel Lemoine, editors, ESEC/FSE ’99, vol-
ume 1687 of LNCS, pages 253–267, Toulouse, France, September 6–10 1999. Springer.
如何加速访问国外服务器? -「云杰通信」:今天 · 企业用户在与海外企业对接时,访问海外服务器遇到了十分严重的问题。对于大部分之前一直访问国内服务器,甚至是没国外服务器的用户。在访问国外服务器的时候总会有很多的顾虑,不知道哪种国外服务器访问专线更稳定,能达到自身产品运行所需要的实际服务器环境。
[3] Gio Wiederhold. What is your software worth? Communications of the ACM, 49(9):65–75, September 2006.