Vista SP1 Coming In Q1 2008 254
Many readers sent in word of Microsoft's announcement of the schedule for Vista SP1. The Beskerming blog has a good summary. Up to 15,000 people will get access to a beta of SP1 by the end of September; general release is targeted (not promised in stone) for early 2008. The service pack is said to improve performance and stability, not to add features.
Me'thinks (Score:5, Insightful)
Re:Me'thinks (Score:5, Interesting)
Re:Me'thinks (Score:5, Funny)
Historical data suggests this is probably not so.
Re:Me'thinks (Score:5, Funny)
Vista was released early? Now that's rich!
Re: (Score:2, Redundant)
Re:Me'thinks (Score:5, Funny)
Rule of three (Score:5, Interesting)
That rule of thumb has worked well with Windows 3.0, Word 3.0, SQL 7 (which was actually the third version after Microsoft bought Sybase), and so on. Service packs are a little trickier. SP2 could be considered the third "release" of an OS. With XP, it wasn't really until SP2 that it seemed secure and stable enough.
I think your excuse was just fine, but off by a digit.
Re:Rule of three (Score:4, Insightful)
Oh, really? I wish you could have put a 'YMMV' after that.
Re:Me'thinks (Score:4, Insightful)
Go with "Not until it's secure" or "Not until it runs on your legacy hardware."
Or just mention something about snowballs in that hot place where Billy G gets his ideas.
Re: (Score:2)
Re: (Score:2)
DON'T FEED THE TROLLS!
Re: (Score:2, Insightful)
Re:Me'thinks (Score:4, Insightful)
Re: (Score:2)
*Though that is not saying much
Re: (Score:2)
Re:Me'thinks (Score:4, Insightful)
Personally - I'll stick with Debian.
Re: (Score:3, Informative)
Re: (Score:2)
Valve has been complaining about MS's decision to make Direct X 10 Vista only, because the low adoption of Vista among gamers (numbers from the users of their Steam service) has made it extremely difficult to justify working in DX10 at all, and of course, DX9 is pretty obsolescent at this point.
Even among gamers it's considered a dog. Hardcore gamers are all about FPS, and Vista is a lot bulkier than XP...Nobody buys a har
Re: (Score:2)
Windows XP SP3 (Score:5, Insightful)
Re:Windows XP SP3 (Score:5, Informative)
It's planned for 1JHCKY 2008...
SP3 for Windows XP Professional is currently planned for 1H CY2008
Re:Windows XP SP3: Maybe (Score:4, Interesting)
Therefore, this page is probably being ignored by MS.
IOW: Don't hold your breath for XP SP3
Re: (Score:3, Informative)
IOW: Don't hold your breath for XP SP3
Actually, along with yesterday's Vista Service Pack announcement, Microsoft also announced that Windows XP Service Pack 3 was being released "in preliminary form in the next few weeks and in final form in the first half of next year." (Source: seattlepi.com - Vista service pack coming [nwsource.com])
Notice no mention of Vista SP1 on that page Therefore, this page is probably being ignored by MS.
Also, that page [microsoft.com] says "Last Updated: March 28, 2007." It obviously hasn't been updated with the latest news from the last few days.
Re: (Score:2, Informative)
- RG>
Re: (Score:3, Funny)
Re: (Score:2, Funny)
Hven't you heard
Its called Vista!
I wish... (Score:5, Funny)
Re: (Score:2)
yea.. thanks microsoft.. (Score:2)
vista really chews the memory up, I hope they fix that first off..
with all the problems people are having with upgrades, installs and everything else perhaps they should have waited a little longer.
as with most things microsoft though, the computer comes pre-installed and nobody ever bothers changing anything (take IE for example and the fact that web developers in 2010 will STILL be writing sites to work-around two different browsers..
Memory (Score:4, Informative)
Re:Memory (Score:5, Interesting)
I never had this experience under XP. I'd either get out of memory errors, or some other clear notification that something was amiss. In Vista, if you didn't KNOW you were low on memory, you'd wonder what the hell was going on, as there is no indication that any errors are occuring.
I hope this is one of the things they're fixing in Vista SP1.
Window Handles my friend. (Score:4, Informative)
I would have thought they would have fixed this obvious problem that causes no end of grief to people where I work ages ago. Looks like I'll have to stick the X Windows.
Now, if only someone in Microsoft would realise that forms in Word have been broken since the year . and actually fix them.
Re: (Score:2)
Re: (Score:2)
Re: (Score:3, Informative)
I no longer use visual studio but I occasionally run into the same problem. But I do find that closing windows does let me create new ones.
Re: (Score:2)
And closing lots of windows only fixes the problem for a little while (for far less than the number of windows I've closed) so I assume that there not all getting reclaimed.
Re:Window Handles my friend. (Score:4, Funny)
Re: (Score:2, Informative)
Generally when you run out of handles it's because some program has a bug and is forgetting to release them, not because of the OS.
Re: (Score:2)
Thi
Re: (Score:2)
Re: (Score:3, Informative)
Process Explorer [microsoft.com]. You can even break handles with it if you're sure they're not going to be used anymore (I used do this all the time with TortoiseCVS, but more recent versions seem to clean up better).
There's also a command-line tool from the same place (sysinternals) that lists handles, called strangely enough, "handle.exe". I find I have to run that one as the system user (which you can do with psexec -s from the
Re:Window Handles my friend. (Score:4, Informative)
You are right. Closing window doesn't free handle. Program must explicitly call CloseHandle. And take notice that closing window doesn't necessarily end the program. So poorly written program could end up chewing handles and resources. But at the moment process has ended all it's handles are released automatically.
But I wasn't aware of any global handle limit in Windows, only that it's limited to system resources mainly memory. There's a per process GDI handle limit (something between 256 and 65536, W2K defaults to 16384) which is a good thing or otherwise one thread could end up eating every resource from system. I tried to google around on this one but found nothing. Could you provide a link to a site that talks about global handle limit in Windows XP?
Re: (Score:2)
Re: (Score:2)
Memory use shouldn't be at 100%. Nowhere near it, in fact. Generally you buy extra memory to stop it being used up. Memory running at 100%, or close to it, all the time is hopeless as the computer will run like a dog.
Re: (Score:2, Insightful)
This new memory management was introduced for Vista and it was about freaking time somebody though about this.... It's like downloading a file in a 10 mbs cable and using only 5 mbs "just in case" you need to download someth
Re: Usage (Score:3, Insightful)
I'd have a hard time with Vista randomly running processes... because I don't trust MS's judgement on what needs to be run. It's also h
Re:Memory (Score:5, Insightful)
So are you also upset if your CPU usage isn't near 100%? After all, what's the point of paying for that fast processor if you aren't going to use it's full potential?
=Smidge=
Re: (Score:3, Insightful)
Re: (Score:2)
Re: (Score:2, Insightful)
Re:Memory (Score:5, Insightful)
I'm running 8 gigs of ram and vista 64. I've rendered things in softimage XSI that required more than 4gigs of ram. The problem is.. VISTA has already decided to cache 4 gigs of ram (FOR GOD KNOWS WHAT THE FUCK)... and then XSI's renderer (mentalray) says "I need more ram" Then the whole system starts to swap like mad because i dont have any available ram.
THANKS TO VISTA 64 !!! and its fucking ridiculous memory management. Why does it need to cache 4 gigs of ram? What the fuck is the point of having 8 gigs, if Vista is going to cache 4 fucking gigs of it!? Might as well run XP32bit.
I dont think MS really has their memory management figured out at all. It may cache for intelligent reasons, but it doesnt work. It causes the system to use the swap file and come to a crawl because it gobbles up all of your memory.
I've litterally been in photoshop, and have seen windows say 0 free for ram because Vista has cached 4gigs out of my total 8. I NEED those gigs... and Vista doesnt release them. It eats up ram like a mother fucker.
I was just thinking of going to XP64.. but the driver support is non existant on that platform.
Re: (Score:2)
Please, please, please state your total real RAM figure when you state the idle RAM used figure. I've installed XP on a 64MB machine (once -- and they later upgraded to 256MB) and I assure you it used less than 96MB when doing nothing.
We need apples-to-apples comparisons. Base RAM: w, W2k sipped x when idle, XP used y when idle, Vista sucked z when idle. Base RAM: 2w, etc. Base RAM: 4w, etc.
Think it is SuperFetch you're describing? (Score:5, Informative)
http://www.microsoft.com/windows/products/windows
SuperFetch
Windows SuperFetch enables programs and files to load much faster than they would on Windows XP-based PCs.
When you're not actively using your computer, background tasks--including automatic backup programs and antivirus scans--run when they will least disturb you. These background tasks can take up system memory space that your programs had been using. On Windows XP-based PCs, this can slow progress to a crawl when you attempt to resume work.
SuperFetch monitors which applications you use the most and preloads these into your system memory so they'll be ready when you need them. Windows Vista also runs background programs, like disk defragmenting and Windows Defender, at low priority so that they can do their job but your work always comes first.
Re: (Score:2)
just sitting there with firefox open and sidebar running it hovers between 30% and 50%
I suppose that is background tasks..
I checked the site systemrequirementlab.com and there is not a game I can't run but I just wonder about this memory thing..
Usually spend all my time in Gentoo, but got an itch to play some of these new games coming out (Bioshock and world in conflict) so.. gotta do vista for those and in linux if you have 50% of your memory chewed with nothing running.. the
Re: (Score:2)
Re: (Score:2)
Firstly it runs the hard drive 100% of the time, so if you're on a laptop your battery dies really quickly and if your on a desktop it's as noisy as hell. Secondly it fills up *virtual* memory not physical memory - so your machine ends up mostly in swap and runs like a complete dog.
There's another app I forget the name of that does the same too that you need to disable.
Re: (Score:3, Interesting)
Vista does not release that 4gigs, it instead allows the app your running to run out of memory and then the system goes in to swap hell!
Vista's memory management blows. I dont know why ANY fucking os would need to cache 4gigs out of 8gigs of ram.
Re:yea.. thanks microsoft.. (Score:5, Informative)
Here's my unofficial mini-service pack for Vista.
1. Type services.msc in the start menu search box and go there.
2. Open and set "Windows Search" to "Inactive" as its start mode and stop the service, unless you use Vista's search facilities and not a third party tool like Total Commander or Directory Opus, etc.
3. Open and disable "Superfetch" in the same way, unless you trust it to actually make things run faster and predict your usage behavior. Keep in mind that it'll keep caching data to RAM in its "prediction" process. Even data files, not just executables and DLL's. This can be especially nasty when it starts caching 100 MB-sized files you have downloaded with P2P apps because it think you'll run them soon, or something.
4. Try putting in a ReadyBoost-compatible (you probably won't know if it is until you've tried
5. If you haven't got these installed (you'll notice if it tells you they can't be installed on your OS), download and install these Vista hotfixes performance and reliability [microsoft.com] and compatibility and reliability [microsoft.com]. Among other things included is fixes to the Vista memory manager and many users have reported both cut memory usage directly after boot up, and better 3D benchmark scores. It also fixes the infamous "slow file copy" bug of Vista.
Now try use it for a day or so, and hopefully your hard drive access has been cut. As long as you don't use the Vista desktop search, no disabled services above really impact the ability of Vista to function as normal, and you can always enable them again if you notice no improvement. Something else that access your drive a lot at a few times is the System Restore feature that also runs as a service, but I don't recommend disabling that one since it'll also disable your ability to restore your OS state to an earlier date if, say, an application or driver install would go horribly wrong.
Oh quityerbitchin (Score:2, Informative)
This happens with basically every version of Windows, the memory requirements double. For Windows XP my memory recommendations were 256/512/1GB meaning if you didn'
Re: (Score:2)
Vista decides to eat up all of your ram for you and it doesnt give it back. I dont care what people say. I've seen my system go into a swap crawl with 8gigs of ram cause vista ate 4gigs of the shit for no fucking reason.
Re: (Score:2)
Many OSes do this to
The real beginning of Vista (Score:3, Insightful)
Re: (Score:2, Insightful)
Re:The real beginning of Vista (Score:4, Insightful)
and those people were 100% correct in their decision and did not move off 98 until there was an acceptable replacement. Windows ME was a giant pile of steaming Bovine Feces. I have never meat ONE person that though ME was useful for ANYTHING. Everyone waited for XP to come along to fix it. windows 2000 was for corporations and not for home use so you never really saw it at home. XP was the first time they merged the home and corperate OS lines.
Vista is looking very much like the steaming turd that ME was to many people.
Re:The real beginning of Vista (Score:4, Funny)
steaming turd
Descriptions from a man named 'Lumpy'.
Re: (Score:2)
Re: (Score:2)
perching on the lifelines and leaving droppings on the deck.
Even if the birds keep shitting on your boat, at least it keeps the CD from shitting on your hard drive.
NOTE: This applies to AOL CDs.
Re: (Score:3, Funny)
Re: Moving Off XP vs Moving *to* Vista... (Score:2)
I will not be moving to Vista. My plan has always been to try skip every couple of OS versions if possible. Thus my machine should last into the Windows 7 discussion.
Meanwhile in parallel, it's an open discussion between Linux & Apple. Bazaar vs. Integration. But SP1 "to fix issues" is classic Microsoft "Let's Sell BetaWare".
Excellent news (Score:2)
Re: (Score:2)
Not likely, component video doesn't support Vista's DRM techniques (can't send HDMI), so Vista excludes it because your PC might "leak" "premium content" that is "protected."
it seems that the standalone image is going to be (Score:4, Informative)
*agog*
And you need 7GB of disk space? Are you sure this is just a service pack? Bloat!!
Re:it seems that the standalone image is going to (Score:5, Funny)
Re: (Score:3, Informative)
performance and reliability fixes are already out (Score:4, Informative)
Ars Technica article about the packs [arstechnica.com]
Finally! (Score:4, Funny)
15,000 people will get the beta??? (Score:5, Funny)
Re: (Score:2)
No, they count all of us who bought WinVista boxen and then installed WinXP or Win2K in a dual boot with Linux as being WinVista.
Oh
ehhh (Score:5, Interesting)
This SP full of patches still probably won't prevent people from deleting their Recycle Bin [computerpe...ance.co.uk], end the UAC nazi tyranny [microsoft.com] and let admins do admin things with computers [west-wind.com]. Once MS figures-out a way to make Vista useful without all those annoyances and brick walls, then I may give it another look.
I know I'm going to -1 Flamebait hell for this; but if a Windows box has to be insecure in order to be useful, then so be it.
Re:ehhh (Score:4, Insightful)
I have no modpoints (and I already posted in this thread), or you'd get your wish granted.
If any computer system, no matter what manufacturer, needs to be made insecure and/or instable to be useable, the system is broken and should get a serious redesign before being released onto the public. Simple as that.
It's not so much that Vista was insecure. More often than not, the user is the attack vector, not a security hole of the system. That won't change, no matter how tightly or troublesome you make the access controls. As long as there are users who can be tricked into clicking and installing, there is a security problem. As long as users don't understand why some "normal" software should NOT require administrator privileges to install (and if the system requires administrator privileges to install normal office software, see the paragraph above), and they simply click "allow" on even the most fundamentally obvious fishy request, there is no security.
As long as users are dumber than the computers they use, UAC is only a nuisance. Not a security feature.
Re: (Score:2)
Except at work. Working in the security biz pretty much means that Redmond gives me total job security.
Re: (Score:2, Insightful)
People tend to bitch when things aren't working; those that are happy tend not to say much at all... they're doing their work.
This SP full of patches still probably won't prevent people from deleting their Recycle Bin
It doesn't remove the RB, it remo
A missed opportunity (Score:2)
Instead we get what is basically a "roll-up" of existing patches, along with a few "under the cover" performance and stability improv
Performance and stability are not features? (Score:2)
I guess they think that if the software behaves abnormally, "It's not a bug, it's a feature." Therefore, when you introduce performance and stability, they aren't features.
That totally makes sense.
Skype goes into panic mode (Score:5, Funny)
To which the developers at Skype are yelling "HOPEFULLY NOT ALL AT THE EXACT SAME TIME, ASSHATS!"
EULA (Score:2)
Right?
It might require you to hand over your first born to Microsoft to get unlocked high-def video to work, so I suggest reading it.
Yes Vista was Released too soon.... (Score:5, Interesting)
The update will bring the Vista kernel to version 6.1 [winsupersite.com]. Why is this significant? It's the same kernel version that Windows Server 2008 will be. That means folks, that Microsoft, in effect have used Vista pre-SP1 as a test-bed for their Windows server platform. Servers crashing cause more panic than workstations, and take a guess slashdotters....which market-share are Microsoft champing at the bit for most? I'll give you a clue.....they already own the desktop.
The Vista strategy was "release and fix while in production" and in fairness, 6 months down the line, a lot has been fixed and Vista is shaping up to be a solid platform, but build numbers don't lie.
There, I said it.
Re: (Score:2, Informative)
I expect it still will, and they just left it off their press release, but it does seem a little weird that they wouldn't announce it.
Re: (Score:2)
This is the real deal, and quite a clever move when you think it through - vista may not be perfect, but bad press from
Re: (Score:2)
They do when I'm build wrangler. But then again, I'm actively trying to get someone else to snag that hat off my head.
Re: (Score:2)
Well, they could just take the service pack and give it some fancy name like, I don't know, "tiger" and sell it to their users.
Or they could name it after some wacky animal like a badger and claim they'll have another release in 6 months.
Better yet, they could just release it and call it "beta" for... well... forever.
There's another story on news.com (Score:2)
The thing to note from this article is this quote:
"Vista SP1 will be a large download: Roughly 1GB, based on current test versions. By way of comparison, Windows XP--the whole thing--shipped on a CD, which only holds about three quarters of a gigabyte. Installing the OS upgrade will require 7GB of free hard drive space, though much of that will be returned to the user once the megapatch is applied, Microsoft said."
That co
Re: (Score:2)
But still 1gb is alot to down load and 7gb to install is a lot of space.
Will you need 10gb + free space to slipstream it? Will it + a vista install fit a on a DVD5?
Re: (Score:3, Funny)
They're lying, in other words.
Yay! (Score:2)
The sp should make things much better (Score:5, Funny)
Wooot! (Score:2)
The positive side of Vista frustrations. (Score:2, Informative)
Re:vista sp1 (Score:4, Informative)
Keep going... (Score:2)
After six years of development, you would think Vista would at least work as well as XP
After 10 years of development, you'd think XP would work at least as well as 2K.