|
|
|
 |

December 3rd, 2007, 01:48 AM
|
 |
Lieutenant Colonel
|
|
Join Date: Mar 2001
Location: Emeryville, CA
Posts: 1,412
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Speeding up a slow computer
Just about every desktop computer in the past several years has had the bottleneck at I/O instead of processing power. If you want a speedup, the way to get it is to reduce latency with I/O. From what you've said, I can think of two ways to do this:
1) Add more memory. Preferably the max your system allows. It takes microseconds to access data in memory, while it takes milliseconds to access data from disc. Maximizing memory allows you to cache more data in memory, which means you'll need to hit the slower discs less.
2) Split your discs. If you have four partitions on one disc, you still have the latency of one disc. And if you have the disc trying to access game data on disc while Windows is trying to access virtual memory, you got the read heads seeking all over the place on disc. Partitions are great for managing data and having a more modular approach to backup, but it doesn't do you any performance favors. Imaging your C: drive onto a new drive (10krpm helps) should help out a lot.
__________________
GEEK CODE V.3.12: GCS/E d-- s: a-- C++ US+ P+ L++ E--- W+++ N+ !o? K- w-- !O M++ V? PS+ PE Y+ PGP t- 5++ X R !tv-- b+++ DI++ D+ G+ e+++ h !r*-- y?
SE4 CODE: A-- Se+++* GdY $?/++ Fr! C++* Css Sf Ai Au- M+ MpN S Ss- RV Pw- Fq-- Nd Rp+ G- Mm++ Bb@ Tcp- L+
|

December 3rd, 2007, 03:59 AM
|
 |
Shrapnel Fanatic
|
|
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
|
|
Re: OT: Speeding up a slow computer
I've heard that some of the larger 7200 rpm drives are starting to approach the read rates of the 10k raptor type drives (at much more palatable $/GB ratios to boot). Notably, the latest 750 GB western digitals.
|

December 3rd, 2007, 06:21 AM
|
 |
General
|
|
Join Date: Mar 2001
Location: UK
Posts: 4,245
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Speeding up a slow computer
Quote:
Will said:
Just about every desktop computer in the past several years has had the bottleneck at I/O instead of processing power.
2) Split your discs. If you have four partitions on one disc, you still have the latency of one disc.
|
Wouldn't it make more sense to move the swap rather than C: ?I guess it depends how much memory he has and how often the swap is used. Does Windows allow you to put your swap drive onto a USB flash drive? They tend to be pretty quick if you have a spare USB2 slot, and you can get a gig or two for pocket change these days. Then you could have Windows on one hard drive, games, programs and data on another and swap on USB, for super-fast performance=-)
But do max out your memory first, as Will suggests.
|

December 3rd, 2007, 06:43 PM
|
Corporal
|
|
Join Date: Oct 2006
Posts: 131
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Speeding up a slow computer
dogscoff said:
Does Windows allow you to put your swap drive onto a USB flash drive? They tend to be pretty quick if you have a spare USB2 slot, and you can get a gig or two for pocket change these days. Then you could have Windows on one hard drive, games, programs and data on another and swap on USB, for super-fast performance=-)
Flash memory has slower data transfer rates when writing than hard disks (see this Ars Technica benchmark page) though reading is faster - the biggest advantage it offers is lower seek times.
A bigger downside of flash memory is the limit on the number of times it can be written to (typically in the tens or hundreds of thousands per block). Having data that is written to very frequently (which a swap file will be) may shorten a flash stick's lifespan to mere months.
|

December 4th, 2007, 02:22 AM
|
 |
Lieutenant Colonel
|
|
Join Date: Mar 2001
Location: Emeryville, CA
Posts: 1,412
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Speeding up a slow computer
Quote:
dogscoff said:
Quote:
Will said:
Just about every desktop computer in the past several years has had the bottleneck at I/O instead of processing power.
2) Split your discs. If you have four partitions on one disc, you still have the latency of one disc.
|
Wouldn't it make more sense to move the swap rather than C: ?I guess it depends how much memory he has and how often the swap is used. Does Windows allow you to put your swap drive onto a USB flash drive? They tend to be pretty quick if you have a spare USB2 slot, and you can get a gig or two for pocket change these days. Then you could have Windows on one hard drive, games, programs and data on another and swap on USB, for super-fast performance=-)
But do max out your memory first, as Will suggests.
|
IIRC, it isn't normally possible to move the pagefile (swap) from C:. I'm sure there's some hack to get it stored elsewhere, but it's likely one of those annoying things that resets itself all the time, so more trouble than it's worth. As for using a thumbdrive as swap space, like AstralWanderer said, write times are slower. Although the overwriting of data isn't really that big of a deal unless you are doing very memory intensive tasks that start and stop new address spaces a lot (most people don't). It's easier for a virtual memory manager to keep a page in swap even after it's read back into main memory, since if the page is not dirty and is picked to go back into swap, the manager doesn't need to write it again, which increases performance a bit.
And Xrati has a good point as well. Norton et. al. tends to slow things down a lot, since they actively scan files in the background. Not computationally intensive, but very I/O intensive, and that will slow things down a lot. There's better products out there.
__________________
GEEK CODE V.3.12: GCS/E d-- s: a-- C++ US+ P+ L++ E--- W+++ N+ !o? K- w-- !O M++ V? PS+ PE Y+ PGP t- 5++ X R !tv-- b+++ DI++ D+ G+ e+++ h !r*-- y?
SE4 CODE: A-- Se+++* GdY $?/++ Fr! C++* Css Sf Ai Au- M+ MpN S Ss- RV Pw- Fq-- Nd Rp+ G- Mm++ Bb@ Tcp- L+
|

December 4th, 2007, 02:54 AM
|
 |
Shrapnel Fanatic
|
|
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
|
|
Re: OT: Speeding up a slow computer
I had no trouble at all moving swap to a different partition when my C was running out of space in the past. Maybe windows decided not to move it back to C due to lack of space, maybe it works as advertised. Hard to say. Still, I've always found claims of actual performance gain from shuffling swaps around to be rather dubious...
|

December 4th, 2007, 06:52 AM
|
 |
General
|
|
Join Date: Mar 2001
Location: UK
Posts: 4,245
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Speeding up a slow computer
Well, 2 gigs is plenty for XP, I really don't think your slowdown is due to insufficient ram (unless you have a bad mem stick in there, I suppose). I think it's just Windows rot.
If that's the case, you can defrag and clear the registry and uninstall unwated crap to get some of your performance back but you really need to wipe the hard drive and re-install the OS (or re-install some OS, anyway). It's the only way to be sure.
|

December 4th, 2007, 08:10 AM
|
 |
Shrapnel Fanatic
|
|
Join Date: Mar 2003
Location: CHEESE!
Posts: 10,009
Thanks: 0
Thanked 7 Times in 1 Post
|
|
Re: OT: Speeding up a slow computer
Nuke it from orbit!
__________________
If I only could remember half the things I'd forgot, that would be a lot of stuff, I think - I don't know; I forgot!
A* E* Se! Gd! $-- C-^- Ai** M-- S? Ss---- RA Pw? Fq Bb++@ Tcp? L++++
Some of my webcomics. I've got 400+ webcomics at Last count, some dead.
Sig updated to remove non-working links.
|

December 5th, 2007, 07:44 PM
|
General
|
|
Join Date: Sep 2003
Posts: 3,205
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT: Speeding up a slow computer
Indeed, the suggestions here have been quite useful, for which I thank you all. There is one more thing I'd like to ask though...I currently use Norton (I know, I know, it's the spawn of the devil), and would like to remove it and replace it with something less bloaty. However, I seem to recall hearing that it has an, umm...aversion to being removed. What would be the best and most thorough way of removing it? Also, if I'm going to remove it I'd like to have a replacement in place before I'm left anti-virus free  As such, any suggestions on a quality, non-bloaty, (preferably free) alternative?
Again, thanks!
__________________
Courage doesn't always roar. Sometimes courage is that little voice at the end of the day that says "I'll try again tomorrow".
Maturity is knowing you were an idiot in the past. Wisdom is knowing that you'll be an idiot in the future.
Download the Nosral Confederacy (a shipset based upon the Phong) and the Tyrellian Imperium, an organic looking shipset I created! (The Nosral are the better of the two [img]/threads/images/Graemlins/Grin.gif[/img] )
|
Thread Tools |
|
Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|