Posted by
ryuzaki0
on from the cut-on-out-speed-one-up dept.
INicheI writes "According to Intel, the plans for a release of a 2GHz Xeon for dual processor servers have been cancelled. Instead Intel is planning to debut a 2.2GHz chip codenamed "Prestonia" that will be ready the first quarter of 2002. I would love to see Quake running on a 4.4GHz computer."
For pc-emulation
by
Baki
·
· Score: 3, Informative
Such extremely fast computers might be good for virtual-PC environments such as vmware. You Windows-in-a-virtual-PC always takes a huge performance hit due to emulation, so much that it isn't even possible to emulate 3D graphics hardware acceleration (direct-x) in such products.
Having an obscenely fast PC might make it possible to run Windows under Linux, and still have Windows including direct-x run with enough performance to do some serious gaming.
Re:what is it good for?
by
OmegaDan
·
· Score: 3, Informative
Everyone knows that nobody can really see the difference between 40fps and 100+fps
This is true but you've missed the point... FPS is a measurement of *average* framerate. Ultra fast cards are an attempt to raise the *worst case* performance of the card not the average case. A mere side-effect of this is raising the FPS.
Re:Stupid Question
by
Dwain_Snyders
·
· Score: 3, Informative
There are several advantages to a setup as described in this story... a dual-processor Xeon can have benefits on the desktop. Of course, I'd never push a Xeon processor in this enviroment as I honestly don't think it will be the overall best solution in the near future. With dual-Athlons and Durons on the horizon, I'd take a closer look at them before considering a dual Xeon system, if only for the price aspect. However, I will attempt to explain why the Xeon architecture is superior to a standard Pentium III and why it potentially matters on the desktop.
Intel produces a version of the Pentium II and III called the "Xeon", which contains up to 2 megabytes of L2 cache. The Xeon is used frequently in servers as it supports 8-way multi-processing, but on the desktop the Xeon does offer considerable speed advantages over the standard Pentium III when large amounts of data are involved.
Basically, the larger the working set of an application, that is, the amount of code and data in use at any given time, the larger the L2 cache needs to be. To keep costs low, Intel and AMD have both actually DECREASED the sizes of their L2 caches in newer versions of the Pentium III and Athlon, which I believe is a mistake. (AMD is working on this in the new chips - new technology will be used to increase the size of the L2 cache while retaining the full data-shuttle flexibility).
The top level cache, the L1 cache, is the most crucial, since it is accessed first for any memory operation. The L1 cache uses extremely high speed memory (which has to keep up with the internal speed of the processor), so it is very expensive to put on chip and tends to be relatively small. Again, from 8K in the 486 to 128K in the Athlon.
The next step is the decoder, and this is one of the two major flaws of the P6 family. The 4-1-1 rule prevents more than one "complex" instruction from being decoded each clock cycle. Much like the U-V pairing rules for the original Pentium, Intel's documents contain tables showing how many micro-ops are required by every machine language instructions and they give guidelines on how to group instructions.
Unlike main memory, the decoder is always in use. Every clock cycle, it decodes 1, 2, or 3 instructions of machine language code. This limits the throughput of the processor to at most 3 times the clock speed. For example, a 1 GHz Pentium III can execute at most 3 billion instructions per second, or 3000 MIPS. In reality, most programmers and most compilers write code that is less than optimal, and which is usually grouped for the complex-simple-complex-simple pairing rules of the original Pentium. As a result, the typical throughput of a P6 family processor is more like double the clock speed. For example, 2000 MIPS for a 1 GHz processor. You'll notice that the Athlon outperfoms the P3 family in this regard by a large margin.
--
2DUP *;
Re:At what point...
by
phil_was_here
·
· Score: 2, Informative
brings back memories of school at the medical center. this probably goes under what is called the temporal sensitivity of the human visual system. if you gradually increase the frequency of a blinking light you reach what is called the CFF or critical flicker frequency (or FFF) where the system can no longer detect that the light is flashing (it appears continuous). we got to do all these fun experiments. central vision (foveal cones) has a CFF of 50-70 Hz depending on the lighting conditions (state of adaptation); whereas, peripheral vision (rods) has a CFF of only 15-20 Hz.
another point is that the fovea is not that sensitive to changes in light amplitude (level); whereas, in the periphery small luminance changes can be detected. this accounts for being able to detect the flicker of fluorescent lights out of the corner of your eye... then when viewed fovealy it stops flickering because here it is less sensitive. in summary we can say that peripheral vision fuses at low frequency and that it can detect flicker with small modulation. becoming a doctor was a lot of fun:p.
Having an obscenely fast PC might make it possible to run Windows under Linux, and still have Windows including direct-x run with enough performance to do some serious gaming.
This is true but you've missed the point ... FPS is a measurement of *average* framerate. Ultra fast cards are an attempt to raise the *worst case* performance of the card not the average case. A mere side-effect of this is raising the FPS.
Free Techno/Jazz/DNB/MI Music by guys obsessed with monkeys!
There are several advantages to a setup as described in this story ... a dual-processor Xeon can have benefits on the desktop. Of course, I'd never push a Xeon processor in this enviroment as I honestly don't think it will be the overall best solution in the near future. With dual-Athlons and Durons on the horizon, I'd take a closer look at them before considering a dual Xeon system, if only for the price aspect. However, I will attempt to explain why the Xeon architecture is superior to a standard Pentium III and why it potentially matters on the desktop.
Intel produces a version of the Pentium II and III called the "Xeon", which contains up to 2 megabytes of L2 cache. The Xeon is used frequently in servers as it supports 8-way multi-processing, but on the desktop the Xeon does offer considerable speed advantages over the standard Pentium III when large amounts of data are involved.Basically, the larger the working set of an application, that is, the amount of code and data in use at any given time, the larger the L2 cache needs to be. To keep costs low, Intel and AMD have both actually DECREASED the sizes of their L2 caches in newer versions of the Pentium III and Athlon, which I believe is a mistake. (AMD is working on this in the new chips - new technology will be used to increase the size of the L2 cache while retaining the full data-shuttle flexibility).
The top level cache, the L1 cache, is the most crucial, since it is accessed first for any memory operation. The L1 cache uses extremely high speed memory (which has to keep up with the internal speed of the processor), so it is very expensive to put on chip and tends to be relatively small. Again, from 8K in the 486 to 128K in the Athlon.The next step is the decoder, and this is one of the two major flaws of the P6 family. The 4-1-1 rule prevents more than one "complex" instruction from being decoded each clock cycle. Much like the U-V pairing rules for the original Pentium, Intel's documents contain tables showing how many micro-ops are required by every machine language instructions and they give guidelines on how to group instructions.
Unlike main memory, the decoder is always in use. Every clock cycle, it decodes 1, 2, or 3 instructions of machine language code. This limits the throughput of the processor to at most 3 times the clock speed. For example, a 1 GHz Pentium III can execute at most 3 billion instructions per second, or 3000 MIPS. In reality, most programmers and most compilers write code that is less than optimal, and which is usually grouped for the complex-simple-complex-simple pairing rules of the original Pentium. As a result, the typical throughput of a P6 family processor is more like double the clock speed. For example, 2000 MIPS for a 1 GHz processor. You'll notice that the Athlon outperfoms the P3 family in this regard by a large margin.2DUP * ;
brings back memories of school at the medical center. this probably goes under what is called the temporal sensitivity of the human visual system. if you gradually increase the frequency of a blinking light you reach what is called the CFF or critical flicker frequency (or FFF) where the system can no longer detect that the light is flashing (it appears continuous). we got to do all these fun experiments. central vision (foveal cones) has a CFF of 50-70 Hz depending on the lighting conditions (state of adaptation); whereas, peripheral vision (rods) has a CFF of only 15-20 Hz. another point is that the fovea is not that sensitive to changes in light amplitude (level); whereas, in the periphery small luminance changes can be detected. this accounts for being able to detect the flicker of fluorescent lights out of the corner of your eye... then when viewed fovealy it stops flickering because here it is less sensitive. in summary we can say that peripheral vision fuses at low frequency and that it can detect flicker with small modulation. becoming a doctor was a lot of fun :p.