Board index » cppbuilder » Re: XP Home also 64 Bit computing
tinyabs
![]() CBuilder Developer |
tinyabs
![]() CBuilder Developer |
Re: XP Home also 64 Bit computing |
Jonathan Benedicto
![]() CBuilder Developer |
2005-08-06 04:48:17 AM
Re:Re: XP Home also 64 Bit computing
"tinyabs" < XXXX@XXXXX.COM >wrote in message
QuoteGet a FX57 with DDR600 just to compile code? I don't think so. + at least 512MB DDR400 + Seagate 80GB+ SATA, preferably 4 Seagate 80GB+ SATA RAID 5 coupled. Jonathan |
tinyabs
![]() CBuilder Developer |
2005-08-06 05:02:15 AM
Re:Re: XP Home also 64 Bit computingQuoteWhy not ? <g> same. You need a very fast memory like DDR600 and a fast CPU to feel the effect cos the compiler is looking up symbols most of the time. But I ain't going to spend my money this way. {smallsort} |
Jonathan Benedicto
![]() CBuilder Developer |
2005-08-06 05:19:20 AM
Re:Re: XP Home also 64 Bit computing
"tinyabs" < XXXX@XXXXX.COM >wrote in message
QuoteI would rather spend money on a better compiler. QuoteAnd why would Sata raid 5 help in compilation? Even if I had 128 sata intensive HDD usage, then the fast drives should pay off. QuoteYou need a very fast memory like DDR600 and a fast CPU to feel the effect |
Ed Mulroy
![]() CBuilder Developer |
2005-08-06 06:19:44 AM
Re:Re: XP Home also 64 Bit computing
As long as the drives are IDE drives then it should be over-complicated and
failure prone but otherwise I guess it would work. Too hot, minimal memory, too many drives, processor selected for abilities that compiling and linking do not use. . Ed QuoteJonathan Benedicto wrote in message |
Jonathan Benedicto
![]() CBuilder Developer |
2005-08-06 06:28:31 AM
Re:Re: XP Home also 64 Bit computing
"Ed Mulroy" < XXXX@XXXXX.COM >wrote in message
QuoteAs long as the drives are IDE drives then it should be over-complicated 80mm fans, and a quality case. So heating shouldn't be a problem. I'll agree 512MB is not that big, but is it really necessary to have a 1Gb ? Why is this too many drives ? I believe that this is the hookup of drives for the best performance / backup tradeoff. I don't know what processor abilities compilers and linkers use, but you did mention the Pentium M, and AFAIK this is just a slower, cooler variant of the Prescott. Jonathan |
Ed Mulroy
![]() CBuilder Developer |
2005-08-06 06:28:38 AM
Re:Re: XP Home also 64 Bit computingQuoteThe ordinary Prescott is fast, you can see them because they have a meg of QuoteThe Hyper-threading Prescott variant will speed up Windows, because it can QuoteThe Double-core, or Pentium D Prescott is the best yet. It actually is two manner consistent with it, then yes, it will kind of give maybe the throughput of 1 1/4 or 1 /38 processors. However I do not know of any applications that will take advantage of it. Quote>(statement about Pentium-M) probably because of a larger cache since it's architecture, like the P4, is not designed to be much better for 80x86 code than the Pentium II. What it optimizes is multi-threading and to get benefit from that one needs to use an operating system that is good at multi-threading, for example OS/2 but not Linux (which does not have threads) and not Windows (which has finally exceeded NT3.1's threading performance to where it can actually show more than 5% gain from a 3rd processor). . Ed QuoteJonathan Benedicto wrote in message |
Jonathan Benedicto
![]() CBuilder Developer |
2005-08-06 06:47:58 AM
Re:Re: XP Home also 64 Bit computing
"Ed Mulroy" < XXXX@XXXXX.COM >wrote in message
QuoteWhen does it do this? I have not seen it. Some friends of mine complain QuoteI never heard that it is two chips rather than multi-core. As long as at one time. QuoteYes, good compilers. For 80x86 code, faster than a Pentium III which in |
Ed Mulroy
![]() CBuilder Developer |
2005-08-06 06:52:47 AM
Re:Re: XP Home also 64 Bit computingQuoteThough, if I built this machine, I would have two front 80mm fans, two QuoteI'll agree 512MB is not that big, but is it really necessary to have a 1Gb RAM then things run a lot better. It is not uncommon to hear someone say that doubling his RAM size gave better results than doubling his processor speed. QuoteWhy is this too many drives ? I believe that this is the hookup of drives statistics on failure rate versus number of hard drives showed failure rate starting upward noticably at 3 and becoming steeply upward starting at 4. SCSI drives were not more reliable than IDE except way back when IDE drives were a new thing. Note that a RAID setup does not change this. If it is properly configured, a subject in itself, then it masks the error and make large drive arrays practical because you can continue on when there is a failure. Also note that drives also generate a lot of heat and are sensitive to the heat. . Ed QuoteJonathan Benedicto wrote in message |
Ed Mulroy
![]() CBuilder Developer |
2005-08-06 06:57:00 AM
Re:Re: XP Home also 64 Bit computingQuoteWhy doesn't Linux have threads ? Judging from what I've been told in these groups Linux programmers simulate threads by spinning off processes. However processes are not handled in the same way as threads and have higher overhead. . Ed QuoteJonathan Benedicto wrote in message |
Jonathan Benedicto
![]() CBuilder Developer |
2005-08-06 06:57:04 AM
Re:Re: XP Home also 64 Bit computing
"Ed Mulroy" < XXXX@XXXXX.COM >wrote in message
QuoteI'm currently running 512 and am waiting for my 1 Gig to arrive. Windows QuoteIn my experience there are reliable mechanical devices and then there are Jonathan |
Jonathan Benedicto
![]() CBuilder Developer |
2005-08-06 07:01:22 AM
Re:Re: XP Home also 64 Bit computing
"Ed Mulroy" < XXXX@XXXXX.COM >wrote in message
QuoteI don't know. They have a guru called Linus who came up with a lot of Jonathan |
Ed Mulroy
![]() CBuilder Developer |
2005-08-06 07:16:04 AM
Re:Re: XP Home also 64 Bit computingQuoteThank you also for this info. I don't think I ever could afford 4 drives, Note that when you use RAID for drives then your storage capacity is much smaller than the sum of the drive's capacities. In the simplest case, one which doesn't give that much protection, 2 drives give you the capacity of one. I worked with a drive farm at a railroad (think about trains hitting each other at crossings and you'll immediately know their need for reliability). Each RAID drive was actually 4 physical drives. The air conditioning load from the drive array was massive! Note that my information is a couple of years old. Hopefully someone who is into how drives are behaving currently will jump in. (Andrue are you reading this?) . Ed QuoteJonathan Benedicto wrote in message |
Ed Mulroy
![]() CBuilder Developer |
2005-08-06 07:20:35 AM
Re:Re: XP Home also 64 Bit computingQuoteThat is interesting information. I thought that Unix much better than called Unix but I have not been into Unix in a very long time and when I was it was with the Microport/UDL version and with AIX. BSD, FreeBSD, OpenBSD and NetBSD are likely to be very different. . Ed QuoteJonathan Benedicto wrote in message |
Jonathan Benedicto
![]() CBuilder Developer |
2005-08-06 07:23:53 AM
Re:Re: XP Home also 64 Bit computing
"Ed Mulroy" < XXXX@XXXXX.COM >wrote in message
QuoteOf course you can afford 4, $90 IDE drives. It's the fancy ones you QuoteNote that when you use RAID for drives then your storage capacity is much |