Stories
Slash Boxes
Comments

SoylentNews is people

posted by janrinok on Saturday May 03 2014, @11:58PM   Printer-friendly
from the the-lingering-death dept.

Sebastian Anthony writes that Microsoft is setting an awful precedent by caving and issuing a fix for Windows XP. "Yes, tardy governments and IT administrators can breathe a little easier for a little bit longer," writes Anthony, "and yes, your mom and dad are yet again safe to use their old Windows XP beige box. But to what end? It's just delaying the inevitable." This won't be the only vulnerability found in XP adds Dwight Silverman. "If Microsoft makes an exception now, what about the flaw found after this one? And the next? And the one after that, ad infinitum?" Even though Microsoft has released a patch for the IE flaw, and Windows XP is included, it's time to move on really. "I don't want to hear that tired "if it ain't broke, don't fix it" line. Hey, XP IS broke, and it will just get more so over time. Upgrade to a newer version of Windows, or switch to another modern operating system, such as OS X or Linux."

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 3, Informative) by CastIronStove on Sunday May 04 2014, @02:37PM

    by CastIronStove (3256) on Sunday May 04 2014, @02:37PM (#39477)

    Having to reboot Windows after an IE update is an unfortunate byproduct of new(er) development practices clashing with historical compatibility. Microsoft implemented Trident, the layout engine backing Internet Explorer, as a COM interface exposing software component. This facilitates opaque reuse, allowing third party developers to embed a web browser in their applications and allowing Microsoft to use the browser component in non-IE contexts. Consequently, the files backing the Trident component are often in use, even if IE itself is not open.

    Windows' approach to file-locking, which ultimately descends from the MS-DOS approach, prevents applications from overwriting open files. If a patch determines that a file it is updating is in use, it registers that file with a process that performs file replacement during boot.

    Starting Score:    1  point
    Moderation   +2  
       Informative=2, Total=2
    Extra 'Informative' Modifier   0  

    Total Score:   3