Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

New Machine

Status
Not open for further replies.

taoh15

Programmer
Dec 2, 2005
1
GB
Hi All

I need some help here. I've recently upgraded to Delphi 2005 and my old machine is struggling badly. I am going to build a new machine but I'm not sure of the best CPU to use for Delphi.

There are three possible routes
Pentium 4 hyper- thingy
AMD 64 bit
Pentium M

Which would provide best performance for development.
I'm not bothered about other uses of the machine as my current P4 2Ghz 512mb ram machine is sufficient.

I just want better compilation time. Currently my machine seems to go on strike when rebuilding a BPL with one change in the only unit in it.

Cheers
Niall
 
Your Delphi 2005 would need to be the 64-bit version to take advantage of a 64 bit processor. You would also need a 64-bit version of Windows. Pentium M is for notebook computers, as it provides variable speed processing based on available battery life. Hyperthreading only simulates multiple processors and will only provide up to 25% performance if the delphi compile engine using multiple threads. I can't see it making much of a difference though.
 
Also consider having 1GB of RAM

Clive
Runner_1Revised.gif

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"To err is human, but to really foul things up you need a computer." (Paul Ehrlich)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To get the best answers from this forum see: faq102-5096
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top