Slashdot Mirror


The Life and Death of Microsoft Software

coondoggie writes "With Microsoft aiming to release Vista real soon now, they've been retiring older versions of the Windows OS. For IT outfits it's yet again time to evaluate what stays and what goes, and make plans for the future. Network World discusses the life cycle of Microsoft's software." From the article: "'Generally, it is a bad idea to run unsupported software, but there can be a business case to run it,' says Cary Shufelt, Windows infrastructure architect at Oregon State University, in Corvallis. The university still has some NT machines running in isolation in its labs. But Shufelt says there are security risks in allowing connections to legacy machines and that the university makes sure to minimize those risks. 'We don't allow [Windows] 9.x clients to connect to our Active Directory,' he says. 'But we try to stay current with technology so these issues don't typically come up.' Others say they also stay current to avoid headaches and fire drills."

44 of 187 comments (clear)

  1. All NT here by Anonymous Coward · · Score: 4, Funny
    The university still has some NT machines running in isolation in its labs.

    All our Windows PCs run NT, from NT 4.0 to NT 5.2.

  2. Re:Don't allow? by jarg0n · · Score: 5, Informative
    --
    Error 2101: all your sig are belong to us
  3. Joke by ch-chuck · · Score: 5, Funny

    I *knew* if I just type "microsoft life cycle humor" into google something would come up:

    The Life Cycle of Software

          1. Programmer produces code he believes is bug-free.
          2. Product is tested. 20 bugs are found.
          3. Programmer fixes 10 of the bugs and explains to the testing department that the other 10 aren't really bugs.
          4. Testing department finds that five of the fixes didn't work and discovers 15 new bugs.
          5. See 3.
          6. See 4.
          7. See 5.
          8. See 6.
          9. See 7.
        10. See 8.
        11. Due to marketing pressure and an extremely pre-mature product announcement based on over-optimistic programming schedule, the product is released.
        12. Users find 137 new bugs.
        13. Original programmer, having cashed his royalty check, is nowhere to be found.
        14. Newly-assembled programming team fixes almost all of the 137 bugs, but introduce 456 new ones.
        15. Original programmer sends underpaid testing department a postcard from Fiji. Entire testing department quits.
        16. Company is bought in a hostile takeover by competitor using profits from their latest release, which had 783 bugs.
        17. New CEO is brought in by board of directors. He hires programmer to redo program from scratch.
        18. Programmer produces code he believes is bug-free.
        19. See step 2

    --
    try { do() || do_not(); } catch (JediException err) { yoda(err); }
    1. Re:Joke by AuMatar · · Score: 5, Funny

      Pure fiction. What programmer gets a royalty check?

      --
      I still have more fans than freaks. WTF is wrong with you people?
    2. Re:Joke by fishybell · · Score: 2, Funny

      that is exactly why I left programming for new career as a linux sysadmin. ... oh wait.

      --
      ><));>
    3. Re:Joke by OhThree · · Score: 2, Funny

      Bad code, It'll never be released because of the infinite loop between line 3 and 5.

  4. The risk is not just direct by also-rr · · Score: 5, Insightful

    We have a piece of Microsoft software, X. An application Y outputs its data to application X. So far so good...

    It does this by (during the export process) loading the software X. Don't ask me why, I didn't write it.

    Microsoft app X+1 is now available. App Y *will not export* to app X+1 because the executable has been moved and it can't talk to the new version anyway.

    The App Y developers could fix this... but they wont because they have moved onto App Y+1 which we don't want to buy (not yet mature enough). App X is no longer available in the company and we cannot buy licenses for a variety of reasons (mostly due to integration and the fact that version X and X+1 running together cause major problems). There are no other export options except to pay for monkeys to retype all the data - on a weekly basis.

    Software upgrades and end of support can attack you in the posterior in unexpected ways, and sticking with old software may not be an option. If you have given away the ability to make your own modifications, or put your data into formats you cannot read, you better make sure it's in your risk register.

    1. Re:The risk is not just direct by bmajik · · Score: 3, Informative

      What you say is true, but i am not sure it is unique to software or even closed source software.

      I visited the Mercedes museum in Germany a while back. One thing that struck me was the display of old fashioned factory equipment that was based on the then-new Otto cycle engine. The machine would have a leather drive belt that went up to a rotating drive wheel hanging from the ceiling. It seemed that there'd be one engine turning a row of linked drive wheels and each separate machine would have a leather drive belt that powered it.

      I am sure that at some point, that engine broke, or a leather drive belt broke, or a machine broke. Supposing that any of the companies involved had moved on (think about the rapid pace of engine development during the earliest years of internal combustion engine deployment into factories) and would no longer offer parts or replacement units for any of the peices of this big moving puzzle.

      The factory would be in a position to
      - create the needed replacement parts themselves
      - pay the original creator to fix the problem
      - pay some new person to fix the problem
      - abandon some or all of the systems and retrofit something else in its place

      Now, you might say "ok, but if the engine had failed, wouldn't any engine work as long as it had a shaft outout and spun the same direction at the same speed?"

      Probably, with some work. I assure you, i cannot go and put my BMW's engine in my Audi and have it all just "work". Engine swaps even when you're taking an identical engine from an identical car are non-trivial. Once you have different interfaces, lots of custom work has to be done to make things work, and it is a painful laborious process.

      This would tend to suggest that retrofittability is critical in selecting the components that make your business run, which, when taken to the software analogy would suggest "demand documented open interfaces with open source software".

      Yet the question arises - are any of the machines I've described still in use? Is using a leather belt still the best way to transfer power to a factory machine? Or do thinigs become obsolete not because of abandonware, but because progress has truly taken place? Now power is distributed via electricity, not leather belts and drive wheels. And the power doesn't come from a gas engine installed on site, the production of power has been outsourced to the power company. every part of this original system has become obsolete, irrespective of the simplistic, logical, obvious interfaces and boundaries.

      Sometimes, it makes sense to just throw the old stuff away because the cost of evolving outweighs the cost of leaping.

      And often times, the cost of compatability is high. Everyone seems to understand that one big reason Microsoft gets into security trouble is due to the desire to maintain backward compatability... the need to maintain interfaces and expected behaviors. Compatability/retrofittability/ease of integration are sometimes at odds with innovation and progress.

      As an aside, if you're interacting with Microsoft Application X and require the binary, it usually means COM. Newer versions of X often include a backward compatible COM interface. Have you tried App Y with App X+1? Or are you going off of what the vendor says -- that to use X+1 you need Y+1?

      --
      My opinions are my own, and do not necessarily represent those of my employer.
    2. Re:The risk is not just direct by jimicus · · Score: 5, Interesting
      It runs even deeper than that.

      Consider the following scenarios - all fictional, but all perfectly conceivable in any sizeable organisation:

      • App X runs just fine, but is reaching the end of its supported life. Version X+1 has already been discontinued and cannot be licensed, any upgrade has to be to X+2. But there is no upgrade path from X to X+2 unless you want to re-key all several million rows of data, so you've got to go to X+1 first. However you never bought version X+1, so you don't have installation media and, as discussed above, you can't (easily) get it.
      • App X is used exclusively by the finance department and is reaching the end of its supported life. X+1 is available, but it's very expensive. The finance director will have to sign off on any migration plan and he doesn't see the business need to upgrade - after all, version X has always worked so far. He's the one who'll be signing the cheque to buy version X+1. So what if the older version is not supported? We've not needed the support yet. In this case, technically the finance director is in the right - the change is expensive, has a risk attached and has little perceived benefit - however it might be wise for the IT department to have a plan B sitting in the wings in case application X suddenly breaks one day...
      • App X depends heavily on Fred's Shiny Database and will not speak to anything else. The company that developed App X went out of business long ago, but their product is still critical to the business. Nobody's got around to investigating a replacement because the only people in the IT department who even knew it existed were made redundant in the last round of layoffs. Meantime, Fred's Shiny Database Company has been taken over by Ceefax Data Ltd, who are discontinuing Fred's Shiny Database in favour of their own product.
    3. Re:The risk is not just direct by TopShelf · · Score: 2, Insightful

      In the industrial setting you refer to, you can maintain a staff of master mechanics to craft replacements parts and perform repairs when needed (sure, sometimes you may need to bring in outside help, but for day-to-day, it works). A few years ago I supported a distribution center in Indianapolis which ran on that same model. They had cheap forklifts from the early 70's, and had two mechanics on staff who maintained them in-house. You're right, at some point, it becomes the wise financial choice to bring in new equipment and reduce the maintenance group, but those kinds of situations tend to linger far longer than you'd expect (there's always a hotter project to spend that capital on).

      When it comes to modern technology, however, the majority of commercial software doesn't include the source code, so you're left at the mercy of the vendor.

      --
      Stop by my site where I write about ERP systems & more
    4. Re:The risk is not just direct by hackstraw · · Score: 3, Insightful

      The factory would be in a position to
      - create the needed replacement parts themselves
      - pay the original creator to fix the problem
      - pay some new person to fix the problem
      - abandon some or all of the systems and retrofit something else in its place

      Now, you might say "ok, but if the engine had failed, wouldn't any engine work as long as it had a shaft outout and spun the same direction at the same speed?"

      Probably, with some work. I assure you, i cannot go and put my BMW's engine in my Audi and have it all just "work".


      So, how did we answer these questions? Or at least we try?

      Open standards and interchangeable parts.

      Sure there is always going to be some degree of customization because the standards or interchangeable parts will never satisfy every situation and every case, but an engine swap would be impossible if it were not for standard hex nut sizes, and things like that.

      Computers are still new, and they are becoming more commodity and interchangeable over time. For the most part, you can have the hardware and software of your choice and share things like the web, email, pictures, music, movies, etc. Tons of stuff.

      Now, there are custom apps or environments that do not always conform to standards because there is not one, nor is there enough of a market to create one. And that is where you pick an environment, for good/bad/indifferent, block it off from the outside world, and then DON'T TOUCH IT.

    5. Re:The risk is not just direct by couchslug · · Score: 2, Insightful

      Flat belts and line shafting survived for such a long time because they were open, adaptable, and modular.
      They worked with power sources like windmills and water wheels, then steam engines, and later electric motors.
      If driven equipment had a stoppage, the belts could slip and spare the drivetrain. New parts were simple to make on basic lathes.Speeds were easy to change by swapping pulleys. Bearings were easy to make (and recycle, in the case of Babbit metal).
      New belting was as close as the nearest cow. :)
      Wonderful stuff, and absolutely vital to the Industrial Revolution.

      --
      "This post is an artistic work of fiction and falsehood. Only a fool would take anything posted here as fact."
    6. Re:The risk is not just direct by caleb_is_a_dharmabum · · Score: 4, Funny

      +1 car reference.

    7. Re:The risk is not just direct by cdrguru · · Score: 2, Interesting

      The issue with software is also one of understanding what was happening. The difference between a 1800's era machine shop running off a common shaft and a 777 airliner is that a couple of mechanics could maintain the 1800's machine shop. Or a couple of forklifts. But could a couple of mechanics, without a support organization behind them, deal with a 777 airliner? Hardly.

      The situation we have today with software - even open source software - is that even if you have the source code it is not feasible for the average joe to attempt to "maintain" it in any way. Today a moderate size software project may have 200,000 lines of code and not all of it written to be clearly understood by someone outside the project. You are looking at a huge learning curve to be able to get to the point where you could even begin to intelligently track down bugs.

      If there was no other choice at all, it might be worth making that kind of investment. But, it would require making that investment over and over again due to staff turnover and such. And the rule of off-the-shelf software is there is always another choice. Most commercial IT establishments have figured this out - if some application is discontinued you choose another one. Generally just as cheap and has whatever small subset of functionality that you really need.

      Back in the 1970's companies actually did pay in-house staff to write things like word processing applications, accounting programs and the like. The focus in the last 20 years or so has been to eliminate that kind of staff dependency and just buy solutions.

      I'm not sure open source helps in that environment at all.

  5. I predict a quick death for XP after release of V. by Opportunist · · Score: 3, Insightful

    There are rather few "good" reasons for the everyday user to buy Vista (unless it comes bundled with a new PC anyway). There have been many incentives to switch from NT to 2k (USB support), or even from 2k to XP (better support for a lot of hardware). But so far, the big "visible" incentive (aside of the 3D interface) is the DX10 support. Now, that's not something you can sell to a company. What for does a company need a component that mainly carters to gamers? Actually, most would love to NOT have it.

    Also, there's the big black cloud of DRM that hovers over Vista, where pretty much nobody really knows yet just how dark it will be. Many people will abstain until that fog cleared, definitly something neither MS nor the content industry would enjoy. So, another incentive will be that certain content will only be available to you if you use Vista and its stronger DRM.

    Another thing that doesn't bother companies too much. Actually, yet another incentive NOT to migrate, so your employees can't waste their time watching youtube.

    What does bother companies, though, is support. So the faster support for XP ceases to exist, the faster companies will migrate. So, let the spinning start.

    Whoopsie, already started.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  6. Hardware and Software lifecycle by suggsjc · · Score: 4, Insightful

    I'm not trying to flame here, but whenever a topic like this comes up there will always be someone posting about how they've had the same *nix/BSD box running for X years.

    I do understand the concept of legacy hardware and software, and that if it ain't broke... However, almost EVERYTHING has a given lifecycle. I don't think that software should be any different. People are going to complain that M$ stops supporting their older OS'es (especially close to a new OS release) but honestly, how long should they be responsible for maintaining the code?
    I hear the statement that "we paid for the software...so they should support it." In the open source realm, most people don't pay for the software, just for support and updates. So, in that same respect the people that bought windows paid up front for their support and maintenance, but how long should that be for? Is that something that should be included in the license...we guarantee to support this product for X years?

    Sorry for the slight rant, but I know how people like to get all uppity about this stuff. But at least in this case I think it is completely justifiable.

    --
    When I have a kid, I want to put him in one of those strollers for twins and then run around the mall looking frantic.
  7. What reasoning is that? by guruevi · · Score: 3, Interesting

    "We don't allow Win 9x to connect to AD". It's not like there is a huge security risk for having AD run authentication for Win 9x. I can agree that you don't run AD on those boxes, but I have Win NT and Mac OS boxes connecting to AD. I can't change anything in the AD, I can just read stuff everybody else can read. Or is AD broken? In my company there are still Win NT 3 boxes standing around, they are firewalled...

    --
    Custom electronics and digital signage for your business: www.evcircuits.com
    1. Re:What reasoning is that? by wiggles · · Score: 2, Informative

      AD 2003 has stronger password hashing than did older versions. I'm sure someone will correct me if I'm wrong, but 98 only supported old LanMan passwords, where 2000+ will support Kerberos.

    2. Re:What reasoning is that? by hairyfeet · · Score: 2, Insightful
      It is most likely because of the ease with which you can bypass 9X security.If you actually want to know who is on your network it would be foolish to allow Win9X machines as all you have to do to bypass login is press cancel.

      That said,I think Microsoft will find it a lot easier to get companies to toss Win9X than it will be to get them to toss Win2K Pro and WinXP Pro when Vista comes out.The 9X line was notorius for being crashprone and buggy,whereas Win2K Pro and WinXP Pro are very capable OSes.And from what I've seen (have a couple of friends running Vista Beta 2 at the moment) Vista is going to run even worse on older hardware than WinXP does.So I'm betting a lot of the smaller companies stick with what they've got and simply replace their boxes with new Vista boxes only when the older ones die off.

      --
      ACs don't waste your time replying, your posts are never seen by me.
  8. Old versions of windows never die by MECC · · Score: 5, Funny

    They just slowly get virtualized....

    --
    "We are all geniuses when we dream"
    - E.M. Cioran
  9. You forgot: by Anonymous Coward · · Score: 2, Funny

    20. Profit.

  10. ReactOS? by Adm.Wiggin · · Score: 2, Informative

    I think those are the exact machines ReactOS is targeting.

  11. Virtualization anyone? by saleenS281 · · Score: 4, Informative

    This is exactly why we have VMware. Need to run an app for 98? Put it in a virtual session. Get all your *real work* done on the external OS, whether that be Windows/Linux/whatever. You turn on your network connection to the virtual machine only when you need to transfer files on and off of it. IIRC, you can also setup a firewall to block what can and can't get to that virtual machine... need ftp out? Only allow ftp. Most of this can be setup so even the most illiterate user can figure it out.

    1. Re:Virtualization anyone? by molarmass192 · · Score: 4, Informative

      ... except if you need to make use of a specialized ISA/PCI card, that's where the weakness of virtualized hardware comes into play. FWIW, I have a vmware image of Win98, just in case, I've only ever used it to spy on USB traffic from Win-only USB drivers, and even that's been a while.

      --

      Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws-Plato
  12. Fire drills by AJWM · · Score: 3, Insightful

    Others say they also stay current to avoid headaches and fire drills.

    Strange. I always though staying current was a headache and a fire drill.

    (Heck, I still use 9.x on my kids' computers. Works fine for their software, and they're usually not on the internet. When they are it's behind a NATed firewall and using firefox.)

    --
    -- Alastair
  13. Re:I predict a quick death for XP after release of by TheNetAvenger · · Score: 2, Interesting

    Vista is also updated from the ground level up. New memory management, caching techniques, security protections, networking stack, audio stack, video driver ring move, etc etc etc...

    It may not 'look' that much different, but has as many differences as NT4 to Win2k did.

    I find articles like the one posted quite suspect. Legacy hardware can easily run WinXP as well, and there is Virtual PC for the hard core legacy apps that can be tightly wrapped in the new OSes security...

  14. Point of Sale Systems by Foofoobar · · Score: 5, Interesting

    On the day of the 11th, the day support for all Win 98 systems, I stopped by a Fedex and realized their POS systems (pun intended), were are win98. I let the guy know that Microsoft stops support for them and he said 'good luck getting corporate to upgrade'. At that point I realized that this was a POS system that was sold to them by another compny and that it is most likely that TONS of POS systems still ran 98.

    I suspect that alot of companies at this point may actually decide to replace these systems with Linux based POS to save money and as a result of that, they will see the benefit of using Linux elsewhere as well. The big issue will be that these companies will have to upgrade all their terminals and hardware as well as all their software and potentially, if they just switched to Linux and a Open Source POS system, they could save MILLIONS.

    Feel free to insert opinions here. I'm interested how others think corporate America will respond.

    --
    This is my sig. There are many like it but this one is mine.
    1. Re:Point of Sale Systems by HoboMaster · · Score: 2, Insightful

      Or, they could not upgrade at all and save yet more money over Linux. A company like FedEx isn't going to get rid of their old POS machines just because the underlying OS isn't officially supported anymore. They're gonna use the things until the fall apart. As another poster said, I've seen quite a few POS machines still on Win 95 and going strong. Like the guy said: "good luck getting corporate to upgrade." Corporations like that don't upgrade until they're forced to.

      --
      Remember kids, tin foil doesn't work, so use LeadHat.
  15. Re:I predict a quick death for XP after release of by ZachPruckowski · · Score: 2, Informative

    Microsoft has promised to continue to sell XP to OEMs and retail for a year post-Vista, and to system builders for two-years post-Vista. They can't wrap up support while they still sell it. They'll still be selling it (with very few takers) until Q1 2009, assuming no delays. Based on Win98 and WinME, it'll have support for 12-24 months after that. So we'll see XP supported when Blackcomb/Vienna is rolling out.

  16. Re:Brings up the question by Trouvist · · Score: 2, Interesting

    Apparently you never played Tyrian, Conquest of the New World, Settlers 2, High-Octane or any other game written for DOS that barely ran correctly in windows 98. These games won't run without some sort of workaround, let alone natively, in any operating system newer than Windows 98 SE. Sometimes I like to whip out the virtual machine and play a few oldschool games (the fun ones where there is more interesting things to do and the graphics don't matter). Sometimes, the sound doesn't work correctly in the VM, so having an oldschool pentium laying around with win98 on it can be useful.

  17. Re:stupid comentary by Shipwack · · Score: 3, Informative

    Well, we (a US Navy shop) have one machine running Win 3.1, and another that was "upgraded" to Win98... Though I doubt that as stand alone machines they qualify as being in a "high availibility enviroment". The machies run some specialised RF testing programs, and it just isn't cost effective to re-write the programs and/or QA the programs to run in a more modern version of Windows.

  18. Re:stupid comentary by jtyost2 · · Score: 2, Insightful

    Acutally there is a whole host of companies even Fortune 500 companies running Windows 98. Dumb, yeah but cheap for the companies. Money wins over common sense far too often.

    --
    Computers are like bikinis. They save people a lot of guesswork. - Sam Ewing
  19. Is is obsolete beacuse it is old? by plusser · · Score: 3, Insightful

    Just because a product is old, it does not mean that the product is obsolete. That is something that the IT industry needs to learn.

    The Automotive industry is a good example. Suppose you bought a brand new car today, you would expect that you would be able to operate that vehicle for a number of years, after all it is a big investment. However, if the vendor said after 4 years that the engine could no longer be maintained and that it must be immediately replaced at your cost, you would not be very impressed. You would be tempted to perform your own DIY and install your own engine from a different vendor.

    Thing is, Microsoft in recent years has tried to market a versions of Windows for embedded applications. When users of these operating systems realise that after 4 years that microsoft will expect you to upgrade a major piece of equipment as they no longer support the software it is based on, the customers are not going to be happy.

    An old computer may run old software, but there is every chance that in every other respect that it may still be just as useful as a new one. The computer may have features that are no longer supported such as ISA cards or serial ports that are required to operate certain useful external equipment and embedded applications. In essence the cost of upgrading the computer operating system may be much greater than requesting that existing software is maintained. Unfortuately this is one area where Microsoft are running the risk of loosing the plot.

    As for Microsoft saying that Windows ME is 6 years old and is therefore unsupportable, until 4 and a half years ago it was the latest operating system for home computers. XP isn't even 5 years old yet, but one thing is certain, if Microsoft imsists that I upgrade to Vista within the next 2 years, I will upgrade to Linux or OSX.

    1. Re:Is is obsolete beacuse it is old? by QRDeNameland · · Score: 2, Insightful

      As for Microsoft saying that Windows ME is 6 years old and is therefore unsupportable, until 4 and a half years ago it was the latest operating system for home computers.

      It has nothing to do with age; Windows 2000 came out *before* ME, and IIRC they won't be ending W2K support until 2011. The difference is that W2K actually worked and was widely adopted (especially by business), where ME was largely regarded as the biggest piece of crap OS Microsoft ever excreted and never had a large install base compared to 95, 98, 2K, or XP.

      In other words, they end support when they figure they can get away with it without too much grief.

      --
      Momentarily, the need for the construction of new light will no longer exist.
    2. Re:Is is obsolete beacuse it is old? by CCFreak2K · · Score: 2, Insightful

      Actually, it's like saying that your brand new car won't be serviced by the dealer if it breaks after 5 years, except if there's a known problem with the car. Five more years later, the dealer won't fix it anymore, period. You can, of course, choose from any of this year's NEW models...

      The point is, Microsoft isn't MAKING you upgrade; they're just creating an incentive for you to upgrade. You can go on using whatever software you're using for however longer you want, but don't expect Microsoft to support it.

      --
      "Beware of he who would deny you access to information, for in his heart he dreams himself your master."
  20. Re:stupid comentary by Mister+Whirly · · Score: 2, Interesting

    Millions of retailers using Win98 on their POS registers...

    --
    "But this one goes to 11!"
  21. Re:Brings up the question by Anne+Thwacks · · Score: 4, Informative
    We have several laptop machines running Win98 at work. Why? because they are used for engineering. They have floppy disk drives and serial ports, which are needed for engineering, and new laptops dont have them.

    The old machines hare processors and memory which are far to small to run Win2k, and XP is too modern to be considered well enough tested for mission critical work :-)

    When I have convinced people that Win98 is a security risk because its EOL'd so all the hackers know its a good virus target, these machines will have NetBSD installed. We cannot scrap them because we need them to support instruments that cost humungous amounts of money, and to run chronically obsolete tool chains to support products with a 30 year life span. - Yes its true - not everything with an embedded process or has a lifespan of 8 months, or even 8 years.

    Think about it - some complex systems take two years to specify, and two to build, one for certification, then they take an age to get delivered and installed, possibly requiring a custom designed room, and then users take two years to learn how to use them, after that, people expect a 7 year _minimum_ product life. If you dont believe me, check out diagnostic equipment your local hospital, airport, rail depot, garage, etc.

    --
    Sent from my ASR33 using ASCII
  22. Re:Article Summary... by phillymjs · · Score: 5, Insightful

    Users may have custom software that does not work on new versions of Windows... could present IT challenges as Microsoft retires old products...

    That's why Microsoft has such a hard-on for virtualization-- they want businesses to buy shiny new Windows 2003 servers and run, for example, their business-critical NT 4.0 legacy app that hasn't been updated, in a virtual machine on that server.

    That's exactly why they bought Virtual PC from Connectix.

    ~Philly

  23. huh? by just_forget_it · · Score: 2, Informative

    From TFA: "It isn't only aging operating systems, however, that have their support lapse. Windows XP Service Pack 1 will be retired for good on Oct. 10, and users are being advised to start planning now for completing upgrades to XP Service Pack 2, which has been touted for its security improvements."

    This is a non-issue. Service Pack 1 is not an Operating System, it's a major bug fix/addon revision. Service Pack 2 has all the features SP1 has, plus it's a free upgrade to even pre-SP1 Windows XP. This is not the same as Windows 98 being retired and a business buying new software (and most likely hardware as well) as a result. I can just run Windows Update to get service pack 2, it adds features but it doesn't change the way the core of Windows works or make it incompatible with any of my software. Did I mention it's free?

    It's not as if Microsoft were making customers buy a new $129 license for every minor service pack release, or worse yet, changing the name of the OS for each bug fix and feature addition in order to justify it, that would be unethical.

    *cough*Apple*cough*

  24. non-commercial linux is not technically"supported" by Danathar · · Score: 2, Insightful

    In the sense that I can call somebody on the phone.

    yet I still run it.

  25. Almost everything under the sun by ChestyLaRueGal · · Score: 2, Interesting

    I work with two os2 machines (one warp, the other is version 3), one old Mac (os 7 or so), one OS X, several flavors of Windows(95, 98, 2000, and XP), linux and unix. This is the joy of working in a research lab. You buy a piece of equipment and use it til it dies and usually that equipment is tied to an os. So we keep the ancient mac for a specialized scanner, we keep the OS 2 machines for confocal microscopes, keep the windows 95 machine for a different confocal microscope. Lets just say I have learned a lot about keeping things going past their prime.

  26. Re: Complicated Case to Spend Money by asphaltjesus · · Score: 2, Interesting

    As many posts point out, many companies stay on whatever outdated software because it serves their needs and continues to do so.

    Introducing planned obsolescence into your comment(are any machines....) sidesteps the career limiting risks a system administrator faces when her PHB wants a shiny new software application.

    Diverting attention away from Microsoft's security woes by throwing up backward compatibility is a fallacy.
    The big reason microsoft gets into security trouble is the organization has no incentive to provide more security. It's a business: Selling first, security second. I'm glad the situation is so bad because it keeps me gainfully employed.

    Finally, *right now* backward compatibility is totally irrelevant to Microsoft. .Net anyone? What about all of those Visual Basic developers that have moved onto other languages? There are so many other examples. They've got the majority of users and they need to keep them consuming Microsoft products, whatever the cost. Sadly, customers are very forgiving, so they put up with the abuse.

    --
    Got Trader Joe's? friendwich.com RSS feeds work now!
  27. Wait a minute... by pluther · · Score: 2, Funny

    You mean, Microsoft used to support Windows?

    --
    If the masses can keep you down, you're not the Ubermensch.
  28. old isnt always bad by MERVERNATOR · · Score: 2, Informative

    At the organization where I work, 500+ user systems run Win2K(few XP) and all our servers run NT4. when an oddball virus hit about a year ago that we actually sent samples of to Trend Micro because no one had seen the thing yet (some new variant of rbug or something) it was killing network ability on everything, as well as crashing explorer.exe on many systems. the only systems it didnt hurt were the NT4 ones. had those serves been upgraded to 2K/2003, we probably would have had a total failure. I also have to hand it to MS though for making (for the most part) Win2K as good as they did... and in doing so, I think they view it as a mistake. it runs better on old hardware than XP does, it seems quite a bit more stable than all the other versions minus NT4, and it has a nice non-doofy (eg green start button, rough edge graphics) look to it. which I think is why they are so eager to stop people from using it. I find it incredible when I buy a new PC for the business that I can go to the manufacturers site and find all the XP drivers I want but no 2K ones... or only ones for about a quarter of the hardware in the system... with the 2 OS's so close that most drivers usually work in both, I find more and more that tell you that it wont allow install to 2K. I almost feel as if MS is paying off companies that make hardware to not release 2K drivers anymore so they can get people all on XP. Its like they want you the least secure environment you can be in so they can get a kickback form the higher sales of the antivirus companies that have their own programmers writing viruses so theres something to protect against.