Possible Last-Minute Problems With Vista SP2
crazyeyes writes "It looks like Microsoft is facing problems with Windows Vista SP2. The final Service Pack for Vista and Server 2008 (before Windows 7 comes out) has been delayed. The folks who broke the launch details and dates of previous Service Packs for XP and Vista have Microsoft's latest internal schedule. Can Microsoft get it out before Windows 7? According to the new schedule, just barely."
They weren't lied to. When Vista came out, it was a compatibility disaster. The rest of the computing world simply wasn't ready for it when it was released, so drivers weren't ready, apps didn't work, etc. The rest of the computing world kept right on improving, though, and users kept on upgrading their software, drivers, etc. Thus, at this point, most people have versions of apps and drivers that are compatible with Vista, most hardware manufacturers have working Vista drivers, etc. As a result, Vista isn't as much of a train wreck as it was a few years ago, nor is Windows 7 for the same reason.
Of course, if someone upgraded to Vista today, he/she would find that Vista still uses way more RAM than it should (and way more than XP uses), but that's one of the things Windows 7 is supposed to be addressing. Don't underestimate how important that is when it comes to overall usability, performance, etc. Those "minor" improvements to Vista are not really minor. They just aren't feature changes. There's a difference.
Check out my sci-fi/humor trilogy at PatriotsBooks.
Probably from real life.
Everyone I know that runs Vista runs it because it came on the new computer they bought.
The only people I know that bitch about Vista are those that run it on the new computers they bought.
Igor Presnyakov stole my hat
TFA doesn't actually mention any problems, and most people on the non-public SP2 Beta news groups (disclaimer: I'm an SP2 technical tester) are reporting this beta is very stable. I haven't had any serious issues with it, and I've yet to see any proof of a 'show-stopper' that would cause such a delay.
Now give me a minute to get my flame-resistant suit on so I can safely watch my karma burn.
On the server side that's exactly what they are calling it, the server release based on the Win7 codebase is to be called Windows Server 2008R2.
There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
When you think about it, that 2000->XP logic works. By the same logic, Windows 7 is a service pack, and direct descendant, of the original Windows NT.
If you were to look at the codebase, I would wager that Vista and Win7 are incredibly close. The majority of the overhaul is a) interface (to add a nice KDE-esque taskbar) and b) usability (How about an obvious add/remove programs panel?).
In the same vein, there have only been two or three real Microsoft operating systems: MS-DOS, the Win1-3/9x codebase, and the WinNT codebase (I might be wrong; this is mostly a viewpoint thing anyway.)
Are you sure it wasn't just part of the firehose? You'll have to look and see if you're on index2.pl or just index.pl on your home page. It's most likely that you're on index2...
2^3 * 31 * 647
Here's a list I came up with detailing some of the more visible differences in Windows 7. It entails quite a bit more than just a Service Pack:
http://geekpi.com/?p=25
For users
* New Interface: A greatly simplified toolbar, but only at first glance. The quick launch and taskbar now intermingles and can be greatly customized by the user.
* New Taskbar: The taskbar now automatically hides icons as theyâ(TM)re added, into what I call an icon corral which can be selected to show the icons.
* UAC simplification slider: You can define how and when you are prompted by the UAC, even shutting it off.
* UAC definition by program: You can also exempt specific programs from UAC prompts.
* Device Stage: A number of rumors have been circulating about this one. First and foremost, device manufactures DO NOT have to program this in order for it to work it is just an option for direct interaction. Access all the functions of your devices from one screen.
* Homegroups: Its a situation that many of us face. We have a domain controlled work laptop. We come home and want to access our personal media (now managed by libraries) and printers. This solves those problems, while keeping company data safe. Default printers change automatically, depenting on what network you connect to.
* Libraries in Explorer: expanded support for Libraries across networks and a changed browsing interface within explorer.
* Math Input panel: It seems quite advanced, including input of hand/mouse written algebra and calculus.
* Calculator: Adding separate programmer and statistics modes to the previous standard and scientific calculator options.
* MS Paint: Welcome the ribbon.
* Magnifier: built in application to magnify a specific area of the screen and zoom in. This is similar to the capability enabled in XP or Vista in with Microsoft Mouse software.
* Gadgets across the desktop: Gadgets are no longer limited to the gadget toolbar.
* Simplified network connection stack: Ability to peek into the network stack and select an available network without opening any windows.
* Sticky windows (my definition): You can now drag windows to the top of the screen, which will automatically maximize the window. Also by dragging the window to the side of the screen, it will size the window to take the half of that side of the screen
* Preview Desktop: To the right of the taskbar, there is now a preview desktop button.
* Media Player Codec Expansion: Native support for AAC, H264, divx, xvid, AVCHD, flip video to the list of supported codecs.
* StreamOn: Ability to push audio and video output to networked A/V devices (think radios, receivers, and TVs).
* Display Color Calibration Wizard: A step-by-step interface to more closely calibrate proper gamma, brightness/contrast, and to eyeball proper color.
* Simplified Sideshow support: I previously installed sideshow on my windows mobile phone, when I created a Bluetooth relationship with the phone (for PAN support), it automatically discovered its capabilities and shows this in the sideshow area and device stage. Remote bluetooth control of media player, via a win mobile phone.
* New Backgrounds: Sure, absolutely not important, but an interesting re-take on the current Vista background theme.
* Faster Boots: Parallel device initialization during boot â" faster boot times. Demo showed a 5-10 second faster cold boot over Vista.
* Simple Shutdown: In later builds theyâ(TM)ve removed the confusing red, round button and replaced it with a simple, named â(TM)shut downâ(TM) button on the start menu, with the optional OS stops on a pull down menu on the right.
For IT
* Action Center: Thereâ(TM)s a good deal built into this function, but one of the most interesting features is a built in application that allows users record a walk thr
It's significantly faster than Vista, might not be huge changes under the hood, but the changes that are there are definitely for the better. It certainly feels like what a new OS should feel like.
+1 IDisagreeSoHeMustBeATrollOrAnAstroturferOrAShill
Windows Vista doesn't just cache more aggressively, though that's certainly one valid complaint. An OS generally should never page live VM pages out to disk except when there is memory contention. That means that prefetched data in the disk cache should drop to darn near zero before you start seeing paging traffic. If it doesn't, something is badly wrong. That said, this is just one of many significant memory problems with Vista.
The display subsystem is designed in such a way that any apps that use GDI for drawing get all their windows double buffered, resulting in memory bloat and poor performance (source: Guardian.co.uk). Indeed, changes in the window management system result in a huge reduction in memory footprint in Windows 7. A fifty percent reduction in backing store size is not a small improvement by any stretch of the imagination, particularly when you consider that most of that bloat represented a Vista regression relative to XP....
The OS growing to consume all available memory is a virtue is only valid if the OS uses it sensibly. If it squanders it and then ends up ejecting useful pages as a result, that is not a good thing no matter how you look at it....
Check out my sci-fi/humor trilogy at PatriotsBooks.
You're not a software engineer. There is no such title. Come back when there's a Licensure Board that will issue you a PE title/certificate as a "Software Engineer". *chuckle*
Vista preloads commonly-used/already-running programs into memory (if you have it). In case you click on the program in the taskbar, its all ready to go and zooms up really fast. If you run a demanding app that needs the extra memory, Vista unloads less-needed programs (like the pre-fetched ones) and gives the memory to the program. It works very well. Vista runs more consistent than XP and if you have 2-4gb of RAM (who doesnt these days), it absolutely screams.
OS X 10.5 is derived from the Public Beta in a series of incremental releases that were, with one exception, overpriced. None of the updates to OS X has come with new features that are worth the $130 that Apple charges, though at least Apple hasn't billed any of them as an all-new rewrite of the previous version. On the other hand, many users (particularly converts from Windows) may feel that the performance increases found in new releases of OS X are worth paying significant money for. (I personally feel that that attitude can only come from unreasonably low expectations for software "upgrades".)