Slashdot Mirror


Information Technology Pros Debate Windows Vista

An anonymous reader writes "As a follow-on to John Welch's widely read review arguing that Mac OS X is superior to Vista, Information Week is running the first in a weeklong series of roundtables where a programmer, networking consultant, and 3 IT managers have a serious technical debate on the pros and cons of Vista. What's been your experience with Vista? More importantly, do you think it will ever gain traction among corporate users, or is its glitzy Aero interface destined to make it mainly a consumer OS?"

10 of 377 comments (clear)

  1. As an IT manager by Anonymous Coward · · Score: 5, Interesting

    As an IT manager, I can plainly see Vista offers no benefits to my company. The only feature that piqued my interest was the Bitlocker technology but we use PGP's Whole Disk Encryption product already and that works fine.

    I see nothing that will make our employees more productive or save us money on IT. We'll be sticking with XP.

  2. Been using it for 3 days now by Monkeys!!! · · Score: 5, Interesting

    I've been running Vista Ultimate for 3 days now.

    So far, my experience with Vista has been mostly positive. The intergrated search is quite useful and the re working of the explorer shell is a noticeable improvement.

    On thing I have noticed is that Vista has re-done the menu layout and prompts and it now closely resembles KDE, imo. Not a complaint or a compliment though I do imagine the layout change is going to confuse a lot of people. I can see why it was re-done though and I imagine once I've gotten used to it I will find it an improvement over XP.

    Really I can't say much else as I've only just scratched the surface of what Vista can do. Is it better then XP? So far yes. Is it worth years of delayed devlopment and several hundred dollars? That remains to be seen.

  3. Sounds like by Anonymous Coward · · Score: 5, Funny

    Vista is just not ready for the desktop

  4. What is missing here? by UnknowingFool · · Score: 5, Funny

    a programmer, networking consultant, and 3 IT managers have a serious technical debate on the pros and cons of Vista.

    I can't tell if that is the setup or the punchline.

    --
    Well, there's spam egg sausage and spam, that's not got much spam in it.
  5. Re:As an IT guy also by Anonymous Coward · · Score: 5, Informative

    The difference between 98 and XP was huge in comparison though. The whole architecture was different - and thus XP (and indeed its predecessors 2000 and NT4) is a lot more secure than 98.

    Real features like NTFS filesystem, properly done process separation, a more robust TCP/IP stack, better support for windows domain features etc made it worth upgrading 98 to XP.

    I can't think of any such compelling features for business IT in moving to Vista from XP.

  6. Sounds like a joke to me by drsmithy · · Score: 5, Funny

    Information Week is running the first in a weeklong series of roundtables where a programmer, networking consultant, and 3 IT managers have a serious technical debate on the pros and cons of Vista.

    The Aristocrats !

  7. My Vista pros/cons by daybot · · Score: 5, Informative

    Pros:

    • Scheduled defrags without third party software
    • Aero interface looks less dated
    Cons:
    • Regardless of memory usage, it's slower than XP. Games are slower (see Tom's Hardware), CAD/CAM apps are slower (same again)...
    • A great deal of Windows software doesn't work on it yet. PGP has just reached beta, iTunes is having trouble, I can't get Cygwin to work properly, VMWare server doesn't have a released version that allows it to work as a host OS. That's most of the programs I run!
    • UAC is broken. It slows down your system, bothers you far too often. If you've seen the Mac advert slagging off Vista security - well, it really is that bad.
    • Games are slower
    • It's DRM crippled to the extreme
    • Aero doesn't run smoothly on mid-range Quadro cards...
    • That stupid Windows-Tab animation keeps getting shown in the media when they talk about Vista's innovative new features - sorry, it's a very slow tool to use; press F9 on OSX to see how it should work (someone's done a hack to make this work in Vista, but it's bloody slow on Quadro).
  8. Re:Unfortunately by NatteringNabob · · Score: 5, Insightful

    [I'm under the impression that it kind of sucks ...]

    You could have stopped there. Windows is just a bad implementation of VMS + Unix + DOS that, due to Microsoft's successful violation of anti-trust law, is pretty much the only operating system you can buy pre-installed on commodity hardware. Because of that successful illegal behaviour, all the corporate apps (and games) run on Windows, hence all the corporate users are on Windows, adn all the gamers are on Windows. Vista offers exactly nothing to those users. But if you buy a new computer, Vista is what you are going to get because Microsoft wants it that way. It isn't exactly a surprise that nobody is buying Vista 'upgrades'.

  9. Not quite by einhverfr · · Score: 5, Informative

    I maintain one Vista machine for testing purposes. I do as little work as possible on it because quite frankly I prefer Linux. In particular, I make sure that LedgerSMB runs on Vista. LedgerSMB in turn depends on PostgreSQL, Vanilla Perl, and Apache.

    Compared to XP, Vista is a mixed bag. There are some user experience improvements, and way the menus work on the start menu is an improvement. Aside from the initial disorientation, the UI is closer to what XP's should have been.

    However, there are many complaints I have about Vista. UAC is the biggest one, and this can result in corrupted installs of some software (including Apache), and it is simply way too tempting to turn off every security improvement that Vista offers. Whatever Vista does, it will *not* make Windows that much more secure-- it just allows Microsoft to blame the users.

    I also find Vista to be surprisingly slow (granted I only have 512MB RAM in this system) and some settings like UAC are hard to find. I think that Vista is going to be a support headache for everyone, and I do not recommend that people upgrade.

    --

    LedgerSMB: Open source Accounting/ERP
  10. Re:Unfortunately by TheNetAvenger · · Score: 5, Insightful

    Apple has done both of the above- a few times

    This IS NOT the same. MS has also ported Win32 and the NT Kernel many times; however, replacing the fundamental OS API set is something different.

    MS is actively moving developers to managed code, and with a long term reason, so they can drop Win32 as secondary subsystem on NT with a new main system API.

    Apple did VERY LITTLE when it comes to transitions making life easier on users. Their idea of compatibility was basically using a System9 VM on OSX. This is not creative, nor easy on the end users. MS on the other hand back in 1992 implemented the Win16 subsytem for application compatibility with Win 3.x while developing Windows NT. This was NOT an emulation environment, but a seperate Win16 subsystem that runs on the desktop side by side Win32.

    MS is already doing this to a certain extent with .NET and other technologies like WPF. However, when MS decides to move away from Win32, as they HAVE DONE on the 64bit version of XP and Vista, it runs as a separate subsystem along side the replacement, and again with emulation.

    NT's core is a client/server kernel technology and it is in the NT layers where what is kind of cool about Windows exists. NT's subsystem model allows for MS to move in or out any Subsystem that is equal to the main OS subsystem, this is also why a BSD *nix variant runs NATIVELY as another subsystem on NT, without EMULATION or VM.

    Microsoft doesn't do any of the above because they don't have to.

    Again, this is simply not true. First, XP64 and Vista 64bit do NOT USE the Win32 subsystem as the main OS subsystem. So they have done this, not only 1992 with the Win16 subsystem, but today on the 64bit versions.

    I don't really care what you think of MS, as they both suck and do things well depending on what you look at. However to try to use Apple as a 'shining' example when it comes to OS architecture or API implementation it is VERY laughable.

    Even Quartz2D continues to fall on its face with no default hardware accleration, pushing developers to use the very old QuickDraw API to maintain performance in applications.

    Even 10.5 hasn't delivered an accelerated version of Quartz2D, yet Vista REPLACED their entire video subsystem while adding in WPF and other technologies. And Vista's new video subsystem is SO TRANSPARENT to users and even nerds, that people don't think Vista is any different than XP.

    So with regard to the video, MS did too good of a job of creating a new video foundation/system, as most people don't even get all of it is NEW and think Vista is just like XP because all the applications look and run just fine.