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. Unfortunately by Greyfox · · Score: 4, Informative
    I'm frequently subjected to Windows at work. I'm under the impression that it kind of sucks for automated building. Various debugging and other popups frequently hang our build system. If we could just rip the goddamn UI out of that thing and run it text mode only it might actually almost not suck for our needs.

    That's not the entire story though. You see, I used to do OS/2 tech support back in the days. I got pretty familiar with the guts of OS/2 and Windows and OS/2 share a lot of early design. And early design flaws. In my opinion the most frustrating one of these is the fact that the application itself handles window frame messages. That means if the application is poorly written and stops handling frame window commands at any point you can't even minimize the window until it gets done processing. Minimize, kill and move should pretty much never stop working for any given window, even if the application is displaying a goddamn modal dialog box (Another pet peeve of mine and Microsoft seems to encourage programming by modal dialog.)

    Meanwhile OSX and E17 demonstrate that you can put a glitzy interface on an OS that's quite suitable for server purposes. I'm pretty sure the only way that Microsoft could design an OS that didn't suck would be to tear the whole thing down and start from scratch, though.

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

    1. Re:Unfortunately by fabs64 · · Score: 4, Informative

      You're right of course, and it does work (in a very cluggy and unresponsive kind of way), however they don't have to go to great lengths to stop it. As the GP pointed out, goddamned fucking modal dialogs stop this working.
      The SQL client I use at work has a modal dialog box pop up while executing a query, unfortunately because of the size of the data sets I'm working on some of my queries go for hours, the program itself also frequently crashes.
      bada bing, without too much effort on the developers part I have an application that takes over my screen all the time.

      GP is right, having the client process deal with window messages is right up there with Microsoft's worst bad design decisions.

    2. Re:Unfortunately by TheNetAvenger · · Score: 4, Informative

      That means if the application is poorly written and stops handling frame window commands at any point you can't even minimize the window until it gets done processing. Minimize, kill and move should pretty much never stop working for any given window, even if the application is displaying a goddamn modal dialog box (Another pet peeve of mine and Microsoft seems to encourage programming by modal dialog.)

      You have no idea what you are talking about. I think you are confusing the 'single input queue of OS/2' with Windows, which since Win3.x has always had a multi-input queue.

      Vista also has several changes that address this even futher. For example the composer can even redraw unresponsive applications without any I/O lock.

      Anyone that has used Windows with an NT base like 2k/XP/Vista knows that 99% of the time you can still 'Close and sometimes Minimize/Move' a crashed application; and in Vista it is 100% of the time on all of the above.

      Meanwhile OSX and E17 demonstrate that you can put a glitzy interface on an OS that's quite suitable for server purposes

      You are kidding right? Have you ever even seen performance numbers comparing Windows 2003 server to OSX Server? Have you even seen deployments of remote RDP users on a Windows 2003 server with all the themes and UI glitz of XP active?

      The scary thing is that Longhorn even takes this to the next level, letting remote users run the 3D Aero interface remotely, fully accelerated locally because the Vista/Longhorn composer is pusing Vector and 3D information over RDP. Lets see you run a 3D application on any other Server OS or even Desktop OS 4,000 miles away with hardware acceleration and with a 3D UI with all the glitz. And this is something Vista does today, and Longhorn Beta will do later this year. I have seen our techs easily using glass and accelerated 3D applications from a Vista or Longhorn server session on a 56K connection, which is past impressive to being a bit scary.

      I'm pretty sure the only way that Microsoft could design an OS that didn't suck would be to tear the whole thing down and start from scratch, though

      And maybe if you knew what you were talking about you would understand the NT kernel of Windows is considered to be one of the best OS foundations, even from critics in the OSS world, it is the Win32 subsystem that takes a beating and MS could very easily replace it at any point.

      But then again, if you had any clue you wouldn't have made the irresponsible and inaccurate statements in your post.

      Next time do a google or even ask the 10 year old computer nerd that lives next door before trying to add information on something you know nothing about.

    3. Re:Unfortunately by Mr2001 · · Score: 4, Informative

      That means if the application is poorly written and stops handling frame window commands at any point you can't even minimize the window until it gets done processing. Minimize, kill and move should pretty much never stop working for any given window, even if the application is displaying a goddamn modal dialog box[...]

      Meanwhile OSX[...] Er... when an OSX app stops responding, the window can also become impossible to move, minimize, or close. I see it all the time. The best part is when cmd-opt-Esc brings up the Force Quit dialog box behind a frozen window, where you can't get at it. (Unless you remember to use Expose.)
      --
      Visual IRC: Fast. Powerful. Free.
  2. Re:Im sorry.... by Toreo+asesino · · Score: 4, Informative

    one word:

    "cache"

    Vista will pre-load stuff it thinks you might need next. It's using your RAM to speed up your computer, which shockingly, is the idea of RAM.

    Genius idea if you ask me; and I believe UNIX has been doing it for a while too - or at least something similar?

    --
    throw new NoSignatureException();
  3. Re:Im sorry.... by MeanMF · · Score: 4, Informative

    It's called SuperFetch and it puts your RAM to good use when it's not needed for anything else. You can disable it if you'd like.

  4. 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.

  5. 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).
  6. Re:Media Center by pavera · · Score: 4, Informative

    I've seen it. It looks OK, but here's my story.

    I was over at my friends house, he's all excited "I just got this new Vista Ultimate! Check out the Media Center". He turns on his TV, grabs the remote and starts up media center... goes to his recorded TV shows, hits play on a show from a couple days ago... we watch it for a couple minutes, then he goes back hits play on another show and.... Crash "Do you want to send a message to Microsoft?", no, start media center back up, hit play again on a different show, plays for about 3 seconds, crash again.

    Then he says "Yeah, I can't get it to play more than one show per reboot... I don't know why, once you hit play on a show you have to watch that show all the way through, if you stop it or try to play another show it crashes. Once that show is done, it crashes, and you have to reboot to get it to play again"

    His is just set up on a whitebox that he built and I don't know the stats or hardware he's got in it... but seriously, after seeing that and my other friend had it on his laptop (uninstalled and went back to XP after 2 weeks, couldn't get his development environment working under vista, also HATED UAC) watched him work for about 30 minutes one day, he had to have 15-20 UAC warnings in those 30 minutes, all for very normal things to do (like joining a wifi network) I'm never installing Vista, I'm glad I've got a non-OEM copy of XP that I can install on new hardware.

  7. 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