Click here to Skip to main content
15,902,018 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
Questionwireless router... Pin
stephen.hazel14-Feb-06 6:12
stephen.hazel14-Feb-06 6:12 
AnswerRe: wireless router... Pin
Bob Flynn15-Feb-06 11:12
Bob Flynn15-Feb-06 11:12 
GeneralRe: wireless router... Pin
stephen.hazel15-Feb-06 11:25
stephen.hazel15-Feb-06 11:25 
Questionmobile hardware Pin
rituparn8-Feb-06 5:07
rituparn8-Feb-06 5:07 
QuestionWhich laptop is right for me? Pin
ventomito30-Jan-06 6:32
ventomito30-Jan-06 6:32 
AnswerRe: Which laptop is right for me? Pin
El Corazon30-Jan-06 7:06
El Corazon30-Jan-06 7:06 
GeneralRe: Which laptop is right for me? Pin
ventomito30-Jan-06 9:38
ventomito30-Jan-06 9:38 
GeneralRe: Which laptop is right for me? Pin
El Corazon30-Jan-06 11:18
El Corazon30-Jan-06 11:18 
ventomito wrote:
I need a good cpu to use visual studio as fast as possible...
I dont wanna become old waiting the compilation


Actually get one of the 100gig 7200rpm drives. Compilation is multiple issues, disk to memory, memory to CPU and CPU crunch, and back to disk. I don't have a copy of 2005, but I don't believe any of the previous versions supported a multi-core compile, so the physical CPU will only be one-core for compilation. As others have mentioned, you will still see a small improvement because the other threads for OS activities and overhead might be taking 2 to 5% of the CPU and those move to the 2nd core to let the compile take the whole thing.

If you go dual core, don't downgrade your CPU speed rating thinking two cores will make up for it.

This is my favorite thing to do if someone is looking to improve or not loose speed on compile.

run perfmon in windows
make sure the following counters are active:
Pages/sec (memory)
% Processor Time (Processor)
Disk Bytes/sec (Logical drive -- on the drive you are compiling under.

Make sure the colors are set so you can see the difference, leave it running in a corner of your screen and do a build-all.

You will then see the lines go mad. When the processor line spikes high you are using your CPU hard, if it peeks at 100% you are bound by the speed at that point. If memory spikes, you know you are using your memory hard, that height is adaptive, so you can never tell if you are memory bound, but you can infer that you are if the memory spikes at the same time the processor drops. And when the disk readings spike you know you are using your hard-drives hard.

The combination of those three activities is what makes for your choice in machine. If the drive rarely spikes, then you can down grade the disk speed with minimal affect, if memory rarely spikes, then you can down grade the memory with minimal affect.

But that test will show you just how much of your Memory/CPU/Disk combo you are abusing. I abuse them every day.

_________________________
Asu no koto o ieba, tenjo de nezumi ga warau.
Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)
GeneralRe: Which laptop is right for me? Pin
ventomito31-Jan-06 9:24
ventomito31-Jan-06 9:24 
GeneralRe: Which laptop is right for me? Pin
Stuart Dootson1-Feb-06 11:13
professionalStuart Dootson1-Feb-06 11:13 
QuestionAccess USB through vb.net Pin
Amr M. K.29-Jan-06 7:33
Amr M. K.29-Jan-06 7:33 
AnswerRe: Access USB through vb.net Pin
Eytukan31-Jan-06 21:03
Eytukan31-Jan-06 21:03 
GeneralRe: Access USB through vb.net Pin
JUNEYT7-Feb-06 2:46
JUNEYT7-Feb-06 2:46 
QuestionFingerPrint scanning Pin
xatkaru28-Jan-06 20:30
xatkaru28-Jan-06 20:30 
AnswerRe: FingerPrint scanning Pin
Sebastian Schneider30-Jan-06 1:09
Sebastian Schneider30-Jan-06 1:09 
GeneralRe: FingerPrint scanning Pin
xatkaru31-Jan-06 20:44
xatkaru31-Jan-06 20:44 
Questionsound problems after upgrade to 4 gig of memory Pin
ByStorm Software25-Jan-06 6:39
ByStorm Software25-Jan-06 6:39 
Answerhappened with me Pin
happycpp28-Jan-06 19:24
happycpp28-Jan-06 19:24 
AnswerRe: sound problems after upgrade to 4 gig of memory Pin
Sebastian Schneider30-Jan-06 1:12
Sebastian Schneider30-Jan-06 1:12 
GeneralRe: sound problems after upgrade to 4 gig of memory Pin
ByStorm Software30-Jan-06 4:40
ByStorm Software30-Jan-06 4:40 
QuestionHooking the Mouse Wheel Tilt event Pin
FocusedWolf23-Jan-06 15:52
FocusedWolf23-Jan-06 15:52 
AnswerRe: Hooking the Mouse Wheel Tilt event Pin
progload23-Jan-06 19:08
progload23-Jan-06 19:08 
QuestionAccess USB through Matlab Pin
NoobHaxor19-Jan-06 11:13
NoobHaxor19-Jan-06 11:13 
AnswerRe: Access USB through Matlab Pin
Sebastian Schneider22-Jan-06 20:59
Sebastian Schneider22-Jan-06 20:59 
GeneralRe: Access USB through Matlab Pin
Amr M. K.29-Jan-06 7:11
Amr M. K.29-Jan-06 7:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.