Slashdot Log In
Vista SP1 Coming In Q1 2008
Posted by
kdawson
on Thu Aug 30, 2007 10:36 AM
from the quicker-than-XP's dept.
from the quicker-than-XP's dept.
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.
Related Stories
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
Me'thinks (Score:5, Insightful)
Re:Me'thinks (Score:5, Interesting)
Parent
Re:Me'thinks (Score:5, Funny)
Historical data suggests this is probably not so.
Parent
Re:Me'thinks (Score:5, Funny)
Vista was released early? Now that's rich!
Parent
Re:Me'thinks (Score:5, Funny)
Parent
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.
Parent
Re:Rule of three (Score:4, Insightful)
Oh, really? I wish you could have put a 'YMMV' after that.
Parent
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.
Parent
Re:Me'thinks (Score:4, Insightful)
Personally - I'll stick with Debian.
Parent
Re: (Score:3, Informative)
Re:Me'thinks (Score:4, Insightful)
Parent
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
Parent
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
Parent
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:3, Funny)
Re: (Score:2, Funny)
Hven't you heard
Its called Vista!
I wish... (Score:5, Funny)
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)
Parent
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.
Parent
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.
Parent
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?
Parent
Re:Window Handles my friend. (Score:4, Funny)
Parent
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: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: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.
Parent
Re: (Score:3, Insightful)
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=
Parent
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.
Parent
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.
Parent
The real beginning of Vista (Score:3, 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.
Parent
Re:The real beginning of Vista (Score:4, Funny)
steaming turd
Descriptions from a man named 'Lumpy'.
Parent
Re: (Score:3, Funny)
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)
Parent
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)
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.
Parent
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!"
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.
The sp should make things much better (Score:5, Funny)
Re: (Score:3, Funny)
They're lying, in other words.
Re:vista sp1 (Score:4, Informative)
Parent