Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. SSD's, what's the latest word?

SSD's, what's the latest word?

Scheduled Pinned Locked Moved The Lounge
csharphtmlasp-netdatabasevisual-studio
33 Posts 19 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Member 96

    It's been almost a year since we had a discussion on Solid State Drives here. This (NSF LANGUAGE) http://www.boingboing.net/2011/06/17/why-ssds-are-worth-t.html[^] guy has convinced me to take a look with his vehemence and use of profanity. I see there are several and all different prices. Anyone care to share their experience at what to look for? (I'd particularly like to know if it makes visual studio 2010 run any faster in a VMWARE workstation virtual machine as I just started wpf / silverlight and big-ass db development and suddenly what worked great making winforms and asp.net apps is now painfully slow.)


    There is no failure only feedback

    R Offline
    R Offline
    Rama Krishna Vavilala
    wrote on last edited by
    #4

    John C wrote:

    visual studio 2010

    John C wrote:

    VMWARE

    Those are the two problems you have. The limitation is CPU and Video Card (VS2010 is WPF based) not so much the disk. Apart from using a VM as a build machine, I will not use it for development and debugging. I find it slow on my quad core Intel xeon and VM is obviously going to be more slow.

    R 1 Reply Last reply
    0
    • M Mladen Jankovic

      John C wrote:

      I see there are several and all different prices.

      This[^] :)

      [Genetic Algorithm Library]

      A Offline
      A Offline
      Andy Brummer
      wrote on last edited by
      #5

      I was just upgraded to a revodrive at work, and yeah it makes a heck of a difference.

      Curvature of the Mind now with 3D

      M 1 Reply Last reply
      0
      • M Member 96

        It's been almost a year since we had a discussion on Solid State Drives here. This (NSF LANGUAGE) http://www.boingboing.net/2011/06/17/why-ssds-are-worth-t.html[^] guy has convinced me to take a look with his vehemence and use of profanity. I see there are several and all different prices. Anyone care to share their experience at what to look for? (I'd particularly like to know if it makes visual studio 2010 run any faster in a VMWARE workstation virtual machine as I just started wpf / silverlight and big-ass db development and suddenly what worked great making winforms and asp.net apps is now painfully slow.)


        There is no failure only feedback

        A Offline
        A Offline
        Andy Brummer
        wrote on last edited by
        #6

        If you are IO bound they will make a big difference. If you aren't a lot of PITA operations like installs and large file copies will be much faster. Upgrading my work system to a revo drive makes database restores and copies much faster as well as compiling .net code. It's also a 6 core Xeon so it has the memory and CPU power to go with the faster disk access. I don't know anything about WPF and silverlight, but I can help with the database stuff. Also, figure out which is the biggest issue, the big databases or the WPF / silverlight part. If you are running SQL server on the same system as your app and you have a large working set, the first thing you need to do is set the memory cap on SQL server. It will take all of your system memory and force everything else to page like crazy. The biggest limit on SQL server performance is how much of the working set of your queries fit in memory. If the bulk of the data it has to keep live to run your app fits entirely in memory, then it is pretty good at batching reads and writes out to disk. Once log flushes start competing with reads and it starts flushing table pages so it can clear up more space to load data things go down hill pretty fast. Also having multiple large active databases on the same server will do the same. Optimizing your SQL for performance in that environment is a dark art of hand tuning indexes, table design, minimizing tempdb usage for queries, etc.

        Curvature of the Mind now with 3D

        1 Reply Last reply
        0
        • R Rama Krishna Vavilala

          John C wrote:

          visual studio 2010

          John C wrote:

          VMWARE

          Those are the two problems you have. The limitation is CPU and Video Card (VS2010 is WPF based) not so much the disk. Apart from using a VM as a build machine, I will not use it for development and debugging. I find it slow on my quad core Intel xeon and VM is obviously going to be more slow.

          R Offline
          R Offline
          Ravi Bhavnani
          wrote on last edited by
          #7

          Rama Krishna Vavilala wrote:

          my quad core Intel xeon

          :cool: Drool! /ravi

          My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

          1 Reply Last reply
          0
          • M Member 96

            It's been almost a year since we had a discussion on Solid State Drives here. This (NSF LANGUAGE) http://www.boingboing.net/2011/06/17/why-ssds-are-worth-t.html[^] guy has convinced me to take a look with his vehemence and use of profanity. I see there are several and all different prices. Anyone care to share their experience at what to look for? (I'd particularly like to know if it makes visual studio 2010 run any faster in a VMWARE workstation virtual machine as I just started wpf / silverlight and big-ass db development and suddenly what worked great making winforms and asp.net apps is now painfully slow.)


            There is no failure only feedback

            H Offline
            H Offline
            hairy_hats
            wrote on last edited by
            #8

            John C wrote:

            I just started wpf / silverlight and big-ass db development

            ObXKCD[^]

            M 1 Reply Last reply
            0
            • M Member 96

              It's been almost a year since we had a discussion on Solid State Drives here. This (NSF LANGUAGE) http://www.boingboing.net/2011/06/17/why-ssds-are-worth-t.html[^] guy has convinced me to take a look with his vehemence and use of profanity. I see there are several and all different prices. Anyone care to share their experience at what to look for? (I'd particularly like to know if it makes visual studio 2010 run any faster in a VMWARE workstation virtual machine as I just started wpf / silverlight and big-ass db development and suddenly what worked great making winforms and asp.net apps is now painfully slow.)


              There is no failure only feedback

              J Offline
              J Offline
              Jorgen Sigvardsson
              wrote on last edited by
              #9

              Pretty much everything you do is I/O bound. SSDs will make VS and everything around it much faster. Compiling, especially C++, becomes very fast, especially debug builds where the amount of data being churned through compiler and linker is almost astronomical. For C# I suspect the gain is not as big, but I imagine a multicore system will become faster, as the compiler threads won't have to sit idle and wait for I/O operations to finish. For the next budget, I am going to claim a SATA 3Gbps drive as a system disk, and a SATA 6Gps drive as build disk. The build server will also get an overhaul, as I think the build and test times will be decimated (lots of automated tests where database and file I/O is used). No more coffee/tea breaks! ;)

              -- Kein Mitleid Für Die Mehrheit

              D 1 Reply Last reply
              0
              • H hairy_hats

                John C wrote:

                I just started wpf / silverlight and big-ass db development

                ObXKCD[^]

                M Offline
                M Offline
                Member 96
                wrote on last edited by
                #10

                :laugh:


                There is no failure only feedback

                1 Reply Last reply
                0
                • M Member 96

                  It's been almost a year since we had a discussion on Solid State Drives here. This (NSF LANGUAGE) http://www.boingboing.net/2011/06/17/why-ssds-are-worth-t.html[^] guy has convinced me to take a look with his vehemence and use of profanity. I see there are several and all different prices. Anyone care to share their experience at what to look for? (I'd particularly like to know if it makes visual studio 2010 run any faster in a VMWARE workstation virtual machine as I just started wpf / silverlight and big-ass db development and suddenly what worked great making winforms and asp.net apps is now painfully slow.)


                  There is no failure only feedback

                  G Offline
                  G Offline
                  giuchici
                  wrote on last edited by
                  #11

                  They are good but not always amazingly good and far from blowing you away, unless you go for the latest possible models which are very, very expensive. Nevertheless, in my opinion they are worth it. Still sad that we are sending people in space but can't cure simple things like flu or come up with something better than SSD (still concerned with the performance degradation in time) Launching apps is faster so overall there's an improvement. If you want this improvement you have to pay for SSD 'cause with the HDD technology the only way to go towards better performance is maybe a 10000 rpm Velociraptor and I don't want more rpm and heat and electricity consumption which is paying more as well. First step was upgrading my Asus R1F tablet. This has a 1.66 GHz Core2 Duo and was always a bit on the slow side. Booting time was very annoying and waking up from sleep the same, so I started to use it less and less. I felt bad for it so, I switched the HDD to a 120GB (109 GB) Ocz-Agility2 SSD. This one really amazed me. This little computer became better than I ever hoped it will be. So, it is way faster to operate, cooler as the SSD warms up a bit but not as the HDD, no vibrations. Energy consumption which I can tell from how much the battery life changed, not a big improvement: maybe 5%. If you want battery life improvement run Windows 7 (if you're not already). As a little tweak I upgraded the memory to 3 GB and I am running it without swap. Works fine no problem. So, as I was impressed, next was my desktop computer which got the same treatment: the 120 GB SSD from OCZ. Long story short, it is much better that the previous setup, but the improvement not as extraordinary as in the laptop's case. Nonetheless still worth it. I am running it with a swap on a secondary hard disk so I limit the IO on the SSD. This was rather long but you wanted experience so I thought it will be better than giving you a link or mumble a two words sentence (not that is anything wrong with that and not that they are not funny). Cheers.

                  giuchici

                  M Z 2 Replies Last reply
                  0
                  • J Jorgen Sigvardsson

                    Pretty much everything you do is I/O bound. SSDs will make VS and everything around it much faster. Compiling, especially C++, becomes very fast, especially debug builds where the amount of data being churned through compiler and linker is almost astronomical. For C# I suspect the gain is not as big, but I imagine a multicore system will become faster, as the compiler threads won't have to sit idle and wait for I/O operations to finish. For the next budget, I am going to claim a SATA 3Gbps drive as a system disk, and a SATA 6Gps drive as build disk. The build server will also get an overhaul, as I think the build and test times will be decimated (lots of automated tests where database and file I/O is used). No more coffee/tea breaks! ;)

                    -- Kein Mitleid Für Die Mehrheit

                    D Offline
                    D Offline
                    djdanlib 0
                    wrote on last edited by
                    #12

                    The only thing you'll speed up by getting a 6Gb SATA-3 drive versus a 3GB SATA-2 drive is data I/O from the motherboard to the drive's built-in cache RAM. The platters are still rotating at the same speed, and the seek time is still the same. Unbuffered, uncached data transfer will be the same speed regardless of interface - good 7200 RPM drives will usually max out around 120 Mb/sec. That's just a fraction of the available speed of the bus, and wouldn't even max out 1.5 Gb SATA-1. You can get similar speed via Gigabit Ethernet to a good SAN :) Now, if you were to invest in a 10K or 15K RPM SAS or Ultra320 SCSI drive, then you'd see a difference! If you need fast scratch space, set up a couple of drives in RAID-0, but if anything becomes long-lived there, you'd better have a really good backup system.

                    J 1 Reply Last reply
                    0
                    • G giuchici

                      They are good but not always amazingly good and far from blowing you away, unless you go for the latest possible models which are very, very expensive. Nevertheless, in my opinion they are worth it. Still sad that we are sending people in space but can't cure simple things like flu or come up with something better than SSD (still concerned with the performance degradation in time) Launching apps is faster so overall there's an improvement. If you want this improvement you have to pay for SSD 'cause with the HDD technology the only way to go towards better performance is maybe a 10000 rpm Velociraptor and I don't want more rpm and heat and electricity consumption which is paying more as well. First step was upgrading my Asus R1F tablet. This has a 1.66 GHz Core2 Duo and was always a bit on the slow side. Booting time was very annoying and waking up from sleep the same, so I started to use it less and less. I felt bad for it so, I switched the HDD to a 120GB (109 GB) Ocz-Agility2 SSD. This one really amazed me. This little computer became better than I ever hoped it will be. So, it is way faster to operate, cooler as the SSD warms up a bit but not as the HDD, no vibrations. Energy consumption which I can tell from how much the battery life changed, not a big improvement: maybe 5%. If you want battery life improvement run Windows 7 (if you're not already). As a little tweak I upgraded the memory to 3 GB and I am running it without swap. Works fine no problem. So, as I was impressed, next was my desktop computer which got the same treatment: the 120 GB SSD from OCZ. Long story short, it is much better that the previous setup, but the improvement not as extraordinary as in the laptop's case. Nonetheless still worth it. I am running it with a swap on a secondary hard disk so I limit the IO on the SSD. This was rather long but you wanted experience so I thought it will be better than giving you a link or mumble a two words sentence (not that is anything wrong with that and not that they are not funny). Cheers.

                      giuchici

                      M Offline
                      M Offline
                      Member 96
                      wrote on last edited by
                      #13

                      Thanks, I appreciate it!


                      There is no failure only feedback

                      1 Reply Last reply
                      0
                      • M Member 96

                        It's been almost a year since we had a discussion on Solid State Drives here. This (NSF LANGUAGE) http://www.boingboing.net/2011/06/17/why-ssds-are-worth-t.html[^] guy has convinced me to take a look with his vehemence and use of profanity. I see there are several and all different prices. Anyone care to share their experience at what to look for? (I'd particularly like to know if it makes visual studio 2010 run any faster in a VMWARE workstation virtual machine as I just started wpf / silverlight and big-ass db development and suddenly what worked great making winforms and asp.net apps is now painfully slow.)


                        There is no failure only feedback

                        P Offline
                        P Offline
                        patbob
                        wrote on last edited by
                        #14

                        Can't help with how fast they do or don't make apps run, but raw performance... Some are fast, others no so much. Don't believe the mfg's specs -- they pretty much all make the same speed claims despite their wildly disparate performance. Some are only actually fast on only certain parts of the drive (like the first few GB.. probably to get a better performance number from the tests). Don't believe the read/write specs from the reviewer articles either -- for some reason they all seem to get test results that match the claims of the mfg's (I wonder why) yet don't match real world performance. That said, I've found only a few that are actually slower than a spinning media, and they should all beat spinning on random access (we're not testing that so much). So, unless you want to write your own disk performance test, don't waste too much time perusing reviews, just buy a brand you trust and hope you actually get a good one. If you do decide to write your own disk test, make sure you write to the entire surface of the media and do so multiple times. Sometimes the real performance doesn't show up until you do that. So far, STEC's offering that we tested was the fastet I've seen.. nobody has yet come close. Very pricy through. Their performance claims are for "dirty" drives (a lot of mfgs appear to be specing "clean" drives from what I can tell).

                        patbob

                        M 1 Reply Last reply
                        0
                        • P patbob

                          Can't help with how fast they do or don't make apps run, but raw performance... Some are fast, others no so much. Don't believe the mfg's specs -- they pretty much all make the same speed claims despite their wildly disparate performance. Some are only actually fast on only certain parts of the drive (like the first few GB.. probably to get a better performance number from the tests). Don't believe the read/write specs from the reviewer articles either -- for some reason they all seem to get test results that match the claims of the mfg's (I wonder why) yet don't match real world performance. That said, I've found only a few that are actually slower than a spinning media, and they should all beat spinning on random access (we're not testing that so much). So, unless you want to write your own disk performance test, don't waste too much time perusing reviews, just buy a brand you trust and hope you actually get a good one. If you do decide to write your own disk test, make sure you write to the entire surface of the media and do so multiple times. Sometimes the real performance doesn't show up until you do that. So far, STEC's offering that we tested was the fastet I've seen.. nobody has yet come close. Very pricy through. Their performance claims are for "dirty" drives (a lot of mfgs appear to be specing "clean" drives from what I can tell).

                          patbob

                          M Offline
                          M Offline
                          Member 96
                          wrote on last edited by
                          #15

                          Interesting, thanks.


                          There is no failure only feedback

                          1 Reply Last reply
                          0
                          • M Member 96

                            It's been almost a year since we had a discussion on Solid State Drives here. This (NSF LANGUAGE) http://www.boingboing.net/2011/06/17/why-ssds-are-worth-t.html[^] guy has convinced me to take a look with his vehemence and use of profanity. I see there are several and all different prices. Anyone care to share their experience at what to look for? (I'd particularly like to know if it makes visual studio 2010 run any faster in a VMWARE workstation virtual machine as I just started wpf / silverlight and big-ass db development and suddenly what worked great making winforms and asp.net apps is now painfully slow.)


                            There is no failure only feedback

                            C Offline
                            C Offline
                            Cavan g Watson
                            wrote on last edited by
                            #16

                            God !!! just imagined what this MacBook Air thingie would be like without one ;-) guess running the VS Team thingie in 'a VirtualBox' is really slowing the developer doing the VMware thingie in a box.... Pricey... and lovely clean spec'ing hint. vNext and eight Kevin :rolleyes:

                            M 1 Reply Last reply
                            0
                            • D djdanlib 0

                              The only thing you'll speed up by getting a 6Gb SATA-3 drive versus a 3GB SATA-2 drive is data I/O from the motherboard to the drive's built-in cache RAM. The platters are still rotating at the same speed, and the seek time is still the same. Unbuffered, uncached data transfer will be the same speed regardless of interface - good 7200 RPM drives will usually max out around 120 Mb/sec. That's just a fraction of the available speed of the bus, and wouldn't even max out 1.5 Gb SATA-1. You can get similar speed via Gigabit Ethernet to a good SAN :) Now, if you were to invest in a 10K or 15K RPM SAS or Ultra320 SCSI drive, then you'd see a difference! If you need fast scratch space, set up a couple of drives in RAID-0, but if anything becomes long-lived there, you'd better have a really good backup system.

                              J Offline
                              J Offline
                              Jorgen Sigvardsson
                              wrote on last edited by
                              #17

                              I was of course referring to SSD drives, not platter drives.

                              -- Kein Mitleid Für Die Mehrheit

                              1 Reply Last reply
                              0
                              • M Member 96

                                It's been almost a year since we had a discussion on Solid State Drives here. This (NSF LANGUAGE) http://www.boingboing.net/2011/06/17/why-ssds-are-worth-t.html[^] guy has convinced me to take a look with his vehemence and use of profanity. I see there are several and all different prices. Anyone care to share their experience at what to look for? (I'd particularly like to know if it makes visual studio 2010 run any faster in a VMWARE workstation virtual machine as I just started wpf / silverlight and big-ass db development and suddenly what worked great making winforms and asp.net apps is now painfully slow.)


                                There is no failure only feedback

                                D Offline
                                D Offline
                                DumpsterJuice
                                wrote on last edited by
                                #18

                                SSD's have a very high failure rate. IF you can live with that, then by all means.

                                Where there's smoke, there's a Blue Screen of death.

                                B 1 Reply Last reply
                                0
                                • C Cavan g Watson

                                  God !!! just imagined what this MacBook Air thingie would be like without one ;-) guess running the VS Team thingie in 'a VirtualBox' is really slowing the developer doing the VMware thingie in a box.... Pricey... and lovely clean spec'ing hint. vNext and eight Kevin :rolleyes:

                                  M Offline
                                  M Offline
                                  Member 96
                                  wrote on last edited by
                                  #19

                                  I have to say, this post might as well have been in another language entirely. All I can get out of it is a faint sense of sarcasm and that your name is Kevin. :)


                                  There is no failure only feedback

                                  C 1 Reply Last reply
                                  0
                                  • G giuchici

                                    They are good but not always amazingly good and far from blowing you away, unless you go for the latest possible models which are very, very expensive. Nevertheless, in my opinion they are worth it. Still sad that we are sending people in space but can't cure simple things like flu or come up with something better than SSD (still concerned with the performance degradation in time) Launching apps is faster so overall there's an improvement. If you want this improvement you have to pay for SSD 'cause with the HDD technology the only way to go towards better performance is maybe a 10000 rpm Velociraptor and I don't want more rpm and heat and electricity consumption which is paying more as well. First step was upgrading my Asus R1F tablet. This has a 1.66 GHz Core2 Duo and was always a bit on the slow side. Booting time was very annoying and waking up from sleep the same, so I started to use it less and less. I felt bad for it so, I switched the HDD to a 120GB (109 GB) Ocz-Agility2 SSD. This one really amazed me. This little computer became better than I ever hoped it will be. So, it is way faster to operate, cooler as the SSD warms up a bit but not as the HDD, no vibrations. Energy consumption which I can tell from how much the battery life changed, not a big improvement: maybe 5%. If you want battery life improvement run Windows 7 (if you're not already). As a little tweak I upgraded the memory to 3 GB and I am running it without swap. Works fine no problem. So, as I was impressed, next was my desktop computer which got the same treatment: the 120 GB SSD from OCZ. Long story short, it is much better that the previous setup, but the improvement not as extraordinary as in the laptop's case. Nonetheless still worth it. I am running it with a swap on a secondary hard disk so I limit the IO on the SSD. This was rather long but you wanted experience so I thought it will be better than giving you a link or mumble a two words sentence (not that is anything wrong with that and not that they are not funny). Cheers.

                                    giuchici

                                    Z Offline
                                    Z Offline
                                    zkosior
                                    wrote on last edited by
                                    #20

                                    I bought OCZ Agilent2 180 version. Loved the difference to 5400RPM. Crashed after less than two months. Lost important data that was not in SVN/Dropbox/Mesh. Had to reinstall full system and tools, as the company policy requires full disk encryption. Still going to try with a new one.

                                    G 1 Reply Last reply
                                    0
                                    • M Member 96

                                      It's been almost a year since we had a discussion on Solid State Drives here. This (NSF LANGUAGE) http://www.boingboing.net/2011/06/17/why-ssds-are-worth-t.html[^] guy has convinced me to take a look with his vehemence and use of profanity. I see there are several and all different prices. Anyone care to share their experience at what to look for? (I'd particularly like to know if it makes visual studio 2010 run any faster in a VMWARE workstation virtual machine as I just started wpf / silverlight and big-ass db development and suddenly what worked great making winforms and asp.net apps is now painfully slow.)


                                      There is no failure only feedback

                                      Z Offline
                                      Z Offline
                                      Zot Williams
                                      wrote on last edited by
                                      #21

                                      Not finding much info on SSDs with respect to developers, I did quite a few timing tests when I got my drive. I got the SSD (80GB) for high read/write speed and zero seek times rather than size - it's a cache for the things that will make the most difference, with HDD being perfectly fast enough for all the big data files I use (seeking is really what cripples HDDs, sequential access is fast). I split it into 2 partitions: C: for the OS/pagefile and most used apps, and D: for my code. (I've only put data on the SSD that I can reinstall or recover from Source Control if the SSD fails). All the other "non-backed-up" data is on my old HDD, and the entire SSD is backed up onto the HDD once a week. If the SSD fails, I can just dual-boot back onto my HDD and be up and working in about half an hour (just get and rebuild the code). With the SSD, install times are much better. Sure, you don't install often (apart from endless @#!$%* Adobe bug/security updates), but it's so much better when you do. Startup times are also significantly improved. Boot time (cold start to having solutions open and ready to work in 2 instances of visual studio) went from 7 minutes to 18 seconds! Visual Studio 2010 startup time dropped from around 10 seconds to about 2-3s. Shutting down dropped from 40s to 11s. With the disk caching in Win7, warm-boot times for apps are much less of a problem anyway but it's still a few seconds faster with the SSD than a cached HDD. Installs/Startup are nice, but how does it help with the minute-by-minute tasks of developing? * Apps are all slicker - lots of little things just happen noticeably faster, even things that I thought would be server-bound such as populating the TFS Team Explorer window - much more pleasant to use. * The time taken to compile our code dropped by 25% (16 minutes down to 12). Building a single-line change and running our app (to a point where I can start debugging) dropped from 59s to 42s. A small saving but it happens so frequently, and that 17s was "dead time". * The big win is searching the codebase for something (which I do surprisingly often - usually several times a day). This used to take minutes and now takes seconds. These time savings mainly reduce frustration/tedium but they shave around 25% off all the delays in the day - the ones that are so short that you can't switch to another task, so you don't do anything but simply wait. I conservatively calculated break-even point on the cost of the drive at about 2-3 months. Interestingly, there is now very litt

                                      M 1 Reply Last reply
                                      0
                                      • M Member 96

                                        It's been almost a year since we had a discussion on Solid State Drives here. This (NSF LANGUAGE) http://www.boingboing.net/2011/06/17/why-ssds-are-worth-t.html[^] guy has convinced me to take a look with his vehemence and use of profanity. I see there are several and all different prices. Anyone care to share their experience at what to look for? (I'd particularly like to know if it makes visual studio 2010 run any faster in a VMWARE workstation virtual machine as I just started wpf / silverlight and big-ass db development and suddenly what worked great making winforms and asp.net apps is now painfully slow.)


                                        There is no failure only feedback

                                        A Offline
                                        A Offline
                                        Aussie ALF
                                        wrote on last edited by
                                        #22

                                        Was running a Dell XPS1730 T9300 2.2ghz with 4gb RAM laptop with 2x 250gb HDD in stripe and the performance was poor (about 30 seconds to compile my solution) I purchase 2x Dell Precision T7400 workstations from Ebay for AUD$1800 combined them and now I have a 2x Quad Core 2.5ghz Xeon with 8gb FB DDR RAM, with a Corsair 80gb Force SSD, plus 4x 200gb HDD's in stripe with a 2tb drive for backups. Now I compile in about 6 seconds. Next in my wish list is to get a PCI-e SSD (Revodrive most likely), as the max speed I get out of this SSD is about 170mb-200mb, PCI-e SSDs can get upwards to 500mb/s. I find that VS when compiling uses a massive amount of IO, it can help a little with programming speeds, and also helps alot with debugging speeds. But yeah it all comes down to budget. As also mentioned SSD's have a fixed life span, so they do "expire" after a certain amount of use, however you should get at least 24 months out of one, but not like Spindle drives which can last for several years.

                                        1 Reply Last reply
                                        0
                                        • M Member 96

                                          I have to say, this post might as well have been in another language entirely. All I can get out of it is a faint sense of sarcasm and that your name is Kevin. :)


                                          There is no failure only feedback

                                          C Offline
                                          C Offline
                                          Cavan g Watson
                                          wrote on last edited by
                                          #23

                                          Hi'ya there John, didn't mean bad, if sarcasm at all...yeps you's got me name. I've been forced to use an Apple MacBook Air notebook computer since last year. It's the bigger screen version, Core2 process with 2GBram and 255GB SSD disk. It looked really cool as a carry around device, and my boss got one for me. It's been happily running Windows Server 2008, SQL Server Denali, Sharepoint and Visual Studio Team Foundation Server 2010 in a virtual machine, provisioned by the open source VirtualBox from Oracle. They have made me run demonstrations and tutorial explorations, using another virtual machine running on the same (tiny thin) MacBook Air as the server. This virtual machine is provisioned using an evaluation edition of VMware Fusion. Visual Studio 2010 Ultimate, Office 2010 provide the client experience. Clients using this set up do not identify 'speed of use' until more than 3 concurrent remote sessions are in progress. This computer is seriously unspec for brilliance on paper.... but because it's loaded with a SSD, it's virtual paging needs can be met very easily. 2 GB RAM... and we running Mac OS host, Windows ServerVM and a Visual Studio VM. Without a SSD it wouldn't be very easy to boot, let alone use ..... How you might select which one to deploy in bosses plant; very different question ;) I'm English, south coast... is it an accent thing? Kevin

                                          M 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups