• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:

  • You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
  • You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
  • If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Previously on "Upgrade my PC before or after I install W7?"

Collapse

  • doodab
    replied
    The increased responsiveness with an SSD makes a really noticeable difference. You spend less time waiting for your computer. It's as big or a bigger difference than going from a single-core to a dual-core processor.

    My only regret is that I only bought the 80GB one because I thought €400 was too much to spend on something that might be a let down (damn the recession!)

    I used it to hold eclipse + some VMs that were really chugging on the external drive I use with my laptop. At home, I use RAID to get the throughput but on a laptop there is nowhere to put an x8 PCIe card so I thought I would give SSD a go, and the speedup really was amazing. The VMs start up in seconds, one upgrade (to an app server on a win 2003 VM, which involves a lot of database accesses) which took about 2hrs to run on the mechanical drive took a couple of minutes on the SSD, and eclipse is about 10x faster running in a VM on the SSD than it was running in the host OS.

    I was going to buy a 160GB one to use as my boot drive but I read somewhere that Intel have a new iteration coming out sometime in Q2 2010, so I've put the 80GB one in there for now. It really is like having a new computer.

    Edit: I would agree get one that supports TRIM, I did notice a slow down on writes after a while when I had mine connected via the eSATA card that doesn't support it. It went back to normal when I installed it as the boot drive and run the optimizer tool.
    Last edited by doodab; 14 April 2010, 10:21.

    Leave a comment:


  • stingman123
    replied
    Upgrade the PC first, then install Win 64 bit

    Does the SSD support TRIM? if not, forget it...

    Leave a comment:


  • VectraMan
    replied
    Originally posted by d000hg View Post
    I have W7 ultimate 32/64 so I've the choice. I don't run any legacy apps so I'm probably ok. Though for 1 GB more RAM, is it worth it?
    Maybe. But is there any point to installing the 32-bit version and not having the extra RAM? I'd say not, from my experience.

    I've always wondered about the effect of SSDs on C++ build times too. So maybe you could try it and let me know?

    Leave a comment:


  • The Wikir Man
    replied
    Originally posted by d000hg View Post
    This isn't much of an issue from my understanding unless you use a swap file on it. Loading apps is a read-only operation, code source files are one write a minute perhaps when working.

    It's my dev PC on which I will work 8-12 hours a day. Why would speed not be an issue? Otherwise I could be using my old P4. I reckon a SSD would make my system more balanced, reducing the time the CPU is stalled waiting for the disk.
    Since you don't know what you are going to do with the SSD, it's a moot point. As far as I am concerned, it's only worth investing in a more expensive technology if I know what benefits I can expect, and how best to reap them - clearly from your initial question, you don't.

    Isn't the benefit of having something that is quicker for disk operations is that you use it for disk operations, rather than using it for something that you load once from and then don't access again?

    Do you know how long the CPU is stalled waiting for the disk? For the work that you typically do, do you know what the disk and memory operations are like? You would get a speed advantage by having that extra 1GB RAM that you ask "is it worth it?" available as a RAM disk and sticking temporary files in there. Having a 1GB in memory swap file would probably make the system quicker, assuming that Windows can support such a thing.

    Leave a comment:


  • Clippy
    replied
    Originally posted by d000hg View Post
    I have a brand new PC that came with Vista. I plan to put W7 on, but I also would like to swap the graphics card and possibly add SSD alongside the existing HDD.

    1)Would I be better making all these changes before booting it off the W7 disk, to avoid changing hardware once it's installed?

    2)What's current thinking with W7 and a SSD/HDD setup? Windows on the SSD but swap-file elsewhere? Applications on the SSD, data on HDD? I will do development on the PC so should C++ source files go on SSD?

    3)The PC has 4Gb RAM. Will W7 32bit still only access 3Gb? Not sure why a PC coming with Vista 32bit has 4Gb anyway, to be honest.


    Thanks.
    1) I would.

    2) Personally, after reading a recent article questioning the perceived speed gains of SSD, I would question whether you are going to get any increased major benefits so I think it won't really make much difference how you configure the disks.

    3) If you've got 64 bit Win7, go with that so you can use all of the RAM you have.

    Leave a comment:


  • d000hg
    replied
    Originally posted by The Wikir Man View Post
    So, what applications are you going to be using which requires lots of disk I/O, but not so much that you run the disk of knackering the SSD, which will have a limited number of writes available (and yes, I know that they now scatter the data so that you don't get hot spots...)
    This isn't much of an issue from my understanding unless you use a swap file on it. Loading apps is a read-only operation, code source files are one write a minute perhaps when working.

    I don't believe that an SSD can yet offer me enough of a performance boost to form any decent cost:benefit ratio, and so I haven't really looked into the practicalities of having one. Since you don't know what you are going to put there, or what benefits you are going to get (apart from "speed"), is this just a geeky gimmick that you are after?

    It's a serious (rather than my usual facetious) question - assuming that this is for routine day-to-day tasks, why bother with an SSD?
    It's my dev PC on which I will work 8-12 hours a day. Why would speed not be an issue? Otherwise I could be using my old P4. I reckon a SSD would make my system more balanced, reducing the time the CPU is stalled waiting for the disk.

    Leave a comment:


  • The Wikir Man
    replied
    Originally posted by d000hg View Post
    I have W7 ultimate 32/64 so I've the choice. I don't run any legacy apps so I'm probably ok. Though for 1 GB more RAM, is it worth it?
    Well, you may as well do it. If you were, for example, running a program that needed 100MB at startup, you'd be able to run a few more of them at the same time

    Or create a virtual machine with that extra 1GB RAM and use it for torrenting / downloading porn / doing naughty things that you don't want to get in the way of your main computer.

    Leave a comment:


  • The Wikir Man
    replied
    Originally posted by d000hg View Post
    Speed? SSDs are small but super quick. So any applications which are disk I/O bound will benefit... but I don't know what those are. But an app which requires loading 100Mb of stuff from disk at startup would do so much quicker for instance.
    So, what applications are you going to be using which requires lots of disk I/O, but not so much that you run the disk of knackering the SSD, which will have a limited number of writes available (and yes, I know that they now scatter the data so that you don't get hot spots...)

    For example, if you were a database developer, then I would consider moving your temporary tablespace onto an SSD. I would also consider moving certain parts of the cache onto an SSD (and, IIRC, Oracle now does this in 11g).

    I don't believe that an SSD can yet offer me enough of a performance boost to form any decent cost:benefit ratio, and so I haven't really looked into the practicalities of having one. Since you don't know what you are going to put there, or what benefits you are going to get (apart from "speed"), is this just a geeky gimmick that you are after?

    It's a serious (rather than my usual facetious) question - assuming that this is for routine day-to-day tasks, why bother with an SSD?

    Leave a comment:


  • d000hg
    replied
    Originally posted by VectraMan View Post
    But there's no reason I've found not to run 64-bit. So install that instead.
    I have W7 ultimate 32/64 so I've the choice. I don't run any legacy apps so I'm probably ok. Though for 1 GB more RAM, is it worth it?

    Leave a comment:


  • d000hg
    replied
    Originally posted by The Wikir Man View Post
    What do you hope to achieve from having an SSD? I have no idea what I would put anywhere, apart from having shed loads of disk space and partitioning it (or having separate drives) to split things into nice neat areas.
    Speed? SSDs are small but super quick. So any applications which are disk I/O bound will benefit... but I don't know what those are. But an app which requires loading 100Mb of stuff from disk at startup would do so much quicker for instance.

    Leave a comment:


  • VectraMan
    replied
    1. Probably. Doesn't make a lot of difference I would have thought.
    2. Pass
    3. It's a myth that 32bit will only access 3GB. On my laptop I had Vista 32-bit accessing 3.8GB, but only after I shrunk the amount of RAM it wanted to use for graphics. Which is the main issue: the graphics RAM and system RAM have to fit into 4GB. 1GB graphics card = max 3GB system. 512MB graphics = max 3.5GB system.

    But there's no reason I've found not to run 64-bit. So install that instead.

    Leave a comment:


  • The Wikir Man
    replied
    Originally posted by d000hg View Post
    1)Would I be better making all these changes before booting it off the W7 disk, to avoid changing hardware once it's installed?
    I would do the hardware and then software install, if it were me. Nothing like essentially a brand new piece of kit.

    Originally posted by d000hg View Post
    2)What's current thinking with W7 and a SSD/HDD setup? Windows on the SSD but swap-file elsewhere? Applications on the SSD, data on HDD? I will do development on the PC so should C++ source files go on SSD?
    What do you hope to achieve from having an SSD? I have no idea what I would put anywhere, apart from having shed loads of disk space and partitioning it (or having separate drives) to split things into nice neat areas.

    Originally posted by d000hg View Post
    3)The PC has 4Gb RAM. Will W7 32bit still only access 3Gb? Not sure why a PC coming with Vista 32bit has 4Gb anyway, to be honest.
    32bit will only access 3GB. I thought that Windows 7 came with both 64 and 32 bit versions (unless it's the upgrade that you get with a new PC that shipped with Vista). My W7 Ultimate had both versions in the box, I think.

    Leave a comment:


  • pmeswani
    replied
    Originally posted by d000hg View Post
    I have a brand new PC that came with Vista. I plan to put W7 on, but I also would like to swap the graphics card and possibly add SSD alongside the existing HDD.

    1)Would I be better making all these changes before booting it off the W7 disk, to avoid changing hardware once it's installed?

    2)What's current thinking with W7 and a SSD/HDD setup? Windows on the SSD but swap-file elsewhere? Applications on the SSD, data on HDD? I will do development on the PC so should C++ source files go on SSD?

    3)The PC has 4Gb RAM. Will W7 32bit still only access 3Gb? Not sure why a PC coming with Vista 32bit has 4Gb anyway, to be honest.


    Thanks.
    1) Personally, I would. But I think you are allowed to make a number of changes before having to go through the re-activation process with Microsoft.

    2) Windows 7 would probably treat the SSD drive as a normal SATA device. But I would put a small hard drive in for the swap file. Doing C++ work on the SSD should be ok, but I would always recommend doing regular backups though.

    3) Yes, Windows 7 will only access 3GB. If you can, go 64-bit, unless your applications / drivers are anti-64-bit.

    Leave a comment:


  • d000hg
    started a topic Upgrade my PC before or after I install W7?

    Upgrade my PC before or after I install W7?

    I have a brand new PC that came with Vista. I plan to put W7 on, but I also would like to swap the graphics card and possibly add SSD alongside the existing HDD.

    1)Would I be better making all these changes before booting it off the W7 disk, to avoid changing hardware once it's installed?

    2)What's current thinking with W7 and a SSD/HDD setup? Windows on the SSD but swap-file elsewhere? Applications on the SSD, data on HDD? I will do development on the PC so should C++ source files go on SSD?

    3)The PC has 4Gb RAM. Will W7 32bit still only access 3Gb? Not sure why a PC coming with Vista 32bit has 4Gb anyway, to be honest.


    Thanks.

Working...
X