Welcome to HardwareForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

When will the Intel "real" quad-core processor come out?

 
Goto page Previous  1, 2
   Hardware Problem Solving Community! (Home) -> Chips RSS
Next:  CPU or GPU upgrade?  
Author Message
Yousuf Khan

External


Since: Dec 17, 2005
Posts: 308



(Msg. 16) Posted: Wed Jan 31, 2007 6:43 pm
Post subject: Re: When will the Intel "real" quad-core processor come out? [Login to view extended thread Info.]
Archived from groups: comp>sys>ibm>pc>hardware>chips (more info?)

David Kanter wrote:
> On Jan 29, 7:17 am, Yousuf Khan <bbb... RemoveThis @yahoo.com> wrote:
>> L3 doesn't need to have as low latency as lower-level caches. It's also
>> probably not as heavily accessed as the lower-level caches.

> I think I need to be more clear. What do you mean by 'design
> flexibility'? And what do you mean by less performance critical?

As I just said above, L3 is less latency sensitive, therefore you can
place it in places far away from the cores without much increase in
latency.

As for "performance critical", again it just means that it has higher
latency therefore it's likely going to be accessed less often. Anything
found in L3 will likely be copied directly into L1 first, which will
then eventually migrate back down to L2 again. So they're not going to
need to access the L3 that often once it's found in L1 or L2.

>> In fact, L3 might be ideal for the experimental caches like AMD's ZRAM,
>> or Intel's FB-RAM.

> ZRAM was developed by ISi. What is FB-RAM? Is that Intel's version?

Yes, that's what I wrote about in the thread, "Intel is doing ZRAM too".
It means Floating-Body RAM. It's a form of RAM that uses the capacitive
properties of SOI. Of course in Intel's case, since they don't use SOI,
they will need to convert bulk wafers into SOI in certain areas first.

>> Neither of those have the low-latency of SRAM, but
>> SRAM's latency increases the larger and larger it gets, so at
>> sufficiently large enough sizes, the two technologies' latencies might
>> equal out.

> There certainly will be a point where a denser cache is faster,
> despite using 'slower' technology. It all really depends on your
> interconnects.

Yeah, at some point a high latency, high capacity cache might still be
useful simply because a lot of data will be found within it, even if
it's not the fastest cache you could possibly have.

>> If ZRAM comes online for
>> AMD soon enough, then a 16MB ZRAM L3 can be substituted for a 2MB SRAM
>> L3, without much increase in real-estate.

> Your numbers are a little off. The ZRAM folks claim that really at
> best you can get a 5x improvement in density, not 8x. Secondly, I
> have yet to see any actual proof of this, especially for high
> performance caches. Thirdly, it's not clear how flexible AMD's L3
> controller and interface is; there's a limit to how much it can
> manage. Also, AMD would probably want to redo several aspects of the
> uarch to support a larger L3 cache. I suspect that AMD might do some
> inhouse trials of ZRAM using barcelona, but I think if they were going
> to change, they'd do it during a die shrink or uarch change.

I never said that 16MB ZRAM is identical in size to 2MB SRAM, I just
said, "without much increase in real-estate".

Anyways, I'm not saying we'll see a ZRAM L3 in the upcoming Barcelona
generation of Opteron. I think there will likely be a few more
generations yet before we see it.

Also recently, ISi made a new breakthough in ZRAM which they call ZRAM2.
This new version is much easier to deal with, because it's much easier
to read its state than the ZRAM1. AMD also has a license for this form,
so I don't know if they're going to go with ZRAM1 or 2, but if they go
with ZRAM2, it might require more validation. But ZRAM2 is apparently
also able to scale better towards smaller processes, so it provides a
bit of future-proofing.

Yousuf Khan


--
There is no failure, only delayed success

 >> Stay informed about: When will the Intel "real" quad-core processor come out? 
Back to top
Login to vote
Yousuf Khan

External


Since: Dec 17, 2005
Posts: 308



(Msg. 17) Posted: Wed Jan 31, 2007 9:56 pm
Post subject: Re: When will the Intel "real" quad-core processor come out? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

David Kanter wrote:
> On Jan 29, 7:42 am, Yousuf Khan <bbb....RemoveThis@yahoo.com> wrote:
>> In Intel's case, the main advantage of the shared L2 is not so much that
>> the shared cache allows two cores to share each other's data, but
>> that it allows them the flexibility to allow a single core to take over
>> the whole L2 cache for itself on an as-needed basis.

> I think in the *real* world, that's less important. For single
> threaded benchmarks, it is an advantage. But sharing your cache is a
> huge advantage for stuff like specjbb, tpcc, or real world stuff where
> you have data sharing between processors.

Depends on whose "real world" you're talking about. In PC applications,
the ability to share data is mainly useless, single-threaded performance
still rules the day. In servers, sure, shared data between threads is
useful.


> If you look at the time it takes to acquire a lock from another
> processor across the FSB (or even HT) versus from a shared cache,
> you're talking an order of magnitude or more quicker.

In the case of HT, it's not so much locking the data that takes time, as
it is in copying the data from the remote processor over the links to
your own local processor cache that matters most.


>> This gives a large
>> advantage in single-threaded performance. I don't think data sharing
>> between cores is that much of a big deal yet for anybody.

> Not really. There's quite a few people who think otherwise...

Different work definitions.


>> AMD's shared L3 cache may not be able to act in the same way as Intel's
>> shared L2 to increase single-thread performance

> Sure it will. It will decrease HT/memory accesses. That's a big win.

Which is what I think I had said just below that:


>> , since it will likely be
>> a slower path to the core. However, the shared L3 will likely reduce
>> cache-coherency inter-processor traffic, as cores will search their own
>> L3 first before sending out a message to another processor over the HT
>> link. This is good for server applications, if not so much for PC
>> applications.

> I fail to see the distinction between the two situations (C2D and
> Barcelona).

The Barcelona's shared L3 will be used mainly for "shared data between
cores" purposes, but not for "single-threaded overdrive" purposes. The
C2D having a shared L2, each of the cores accesses that L2 directly, so
therefore any single core can take over larger portions of the L2 as the
need arises, thus increasing single-thread performance, overdriving it
if you will.

The cores in Barcelona will not be reading anything directly in from L3,
it will all be first read from L3 to L1. The cores only ever read
directly from their own L1 or L2 in the AMD64 architecture. So in
Barcelona you can't simply have a core allocate a large portion of the
L3 if it needs to increase its single-thread performance. Granted,
something like that effect can occur but only in slow domino-effect
stages, as data overflows each lower-level cache and gets ejected into
the next higher level cache. Eventually after enough overflowage, a
really busy AMD64 core might be able to take over the entire L3 for
itself, just like a really busy C2D core could take over the full L2 for
itself.


> In each cache, the last level of on-die cache is shared between
> multiple processors, providing a performance advantage (usually).



I don't think in AMD64 there is a direct linkage between the cores and
the L3 cache. The cores only directly control L1 and L2, but L3 might be
an automatic catch basin for data that's overflowed those first two
caches. I could be wrong on this, and there might be a direct read pipe
from L3 to each core. In current AMD64, there is a similar mechanism
with the onboard memory controller. Data that has to be fetched from
system RAM is never read directly from the memory controller into the
core; instead it is read into the memory controller which then passes it
onto the L1 which then passes it to the core. The core may also
occasionally read directly out of the L2, if data is not found in L1.

Yousuf Khan


--
There is no failure, only delayed success

 >> Stay informed about: When will the Intel "real" quad-core processor come out? 
Back to top
Login to vote
David Kanter

External


Since: Nov 14, 2005
Posts: 83



(Msg. 18) Posted: Wed Jan 31, 2007 10:35 pm
Post subject: Re: When will the Intel "real" quad-core processor come out? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jan 31, 3:43 pm, Yousuf Khan <bbb... DeleteThis @yahoo.com> wrote:
> David Kanter wrote:
> > On Jan 29, 7:17 am, Yousuf Khan <bbb... DeleteThis @yahoo.com> wrote:
> >> L3 doesn't need to have as low latency as lower-level caches. It's also
> >> probably not as heavily accessed as the lower-level caches.
> > I think I need to be more clear. What do you mean by 'design
> > flexibility'? And what do you mean by less performance critical?
>
> As I just said above, L3 is less latency sensitive, therefore you can
> place it in places far away from the cores without much increase in
> latency.
>
> As for "performance critical", again it just means that it has higher
> latency therefore it's likely going to be accessed less often. Anything
> found in L3 will likely be copied directly into L1 first, which will
> then eventually migrate back down to L2 again. So they're not going to
> need to access the L3 that often once it's found in L1 or L2.

I don't think you understand the cache architecture for Barcelona.
The L2 and L3 are victim caches. That means they are all exclusive.
If data is in one level it cannot be in another.

> >> In fact, L3 might be ideal for the experimental caches like AMD's ZRAM,
> >> or Intel's FB-RAM.
> > ZRAM was developed by ISi. What is FB-RAM? Is that Intel's version?
>
> Yes, that's what I wrote about in the thread, "Intel is doing ZRAM too".
> It means Floating-Body RAM. It's a form of RAM that uses the capacitive
> properties of SOI. Of course in Intel's case, since they don't use SOI,
> they will need to convert bulk wafers into SOI in certain areas first.

I suspect Intel would be more likely to take an MCM approach and just
fab a huge external, but on-package cache.

> >> Neither of those have the low-latency of SRAM, but
> >> SRAM's latency increases the larger and larger it gets, so at
> >> sufficiently large enough sizes, the two technologies' latencies might
> >> equal out.
> > There certainly will be a point where a denser cache is faster,
> > despite using 'slower' technology. It all really depends on your
> > interconnects.
>
> Yeah, at some point a high latency, high capacity cache might still be
> useful simply because a lot of data will be found within it, even if
> it's not the fastest cache you could possibly have.

What I meant was that because ZRAM is denser, you use less wire to
route between stuff inside. At a certain point that advantage will
outweigh the faster cells in SRAM; it's a question of storage
retrieval time (where ZRAM is inferior) versus interconnect time
(where ZRAM could be superior). The problem is that everyone already
has REALLY fast SRAMs.

> >> If ZRAM comes online for
> >> AMD soon enough, then a 16MB ZRAM L3 can be substituted for a 2MB SRAM
> >> L3, without much increase in real-estate.
> > Your numbers are a little off. The ZRAM folks claim that really at
> > best you can get a 5x improvement in density, not 8x. Secondly, I
> > have yet to see any actual proof of this, especially for high
> > performance caches. Thirdly, it's not clear how flexible AMD's L3
> > controller and interface is; there's a limit to how much it can
> > manage. Also, AMD would probably want to redo several aspects of the
> > uarch to support a larger L3 cache. I suspect that AMD might do some
> > inhouse trials of ZRAM using barcelona, but I think if they were going
> > to change, they'd do it during a die shrink or uarch change.
>
> I never said that 16MB ZRAM is identical in size to 2MB SRAM, I just
> said, "without much increase in real-estate".

Uh. You'd be increasing the size by 50% for what is already a rather
large die. I consider a 1.5x increase in real-estate to be 'a lot'.

> Anyways, I'm not saying we'll see a ZRAM L3 in the upcoming Barcelona
> generation of Opteron. I think there will likely be a few more
> generations yet before we see it.

I'm glad we can agree on this...ISTR when I made that claim a while
ago some folks in this NG jumped on me for it.

> Also recently, ISi made a new breakthough in ZRAM which they call ZRAM2.
> This new version is much easier to deal with, because it's much easier
> to read its state than the ZRAM1.


> AMD also has a license for this form,
> so I don't know if they're going to go with ZRAM1 or 2, but if they go
> with ZRAM2, it might require more validation. But ZRAM2 is apparently
> also able to scale better towards smaller processes, so it provides a
> bit of future-proofing.

ZRAM2 sounded usable, ZRAM1 did not. I heard a lot of folks at ISSCC
express skepticism about the R/W margins on ZRAM v1, which is the
problem they fixed.

DK
 >> Stay informed about: When will the Intel "real" quad-core processor come out? 
Back to top
Login to vote
David Kanter

External


Since: Nov 14, 2005
Posts: 83



(Msg. 19) Posted: Wed Jan 31, 2007 10:50 pm
Post subject: Re: When will the Intel "real" quad-core processor come out? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jan 31, 6:56 pm, Yousuf Khan <bbb....DeleteThis@yahoo.com> wrote:
> David Kanter wrote:
> > On Jan 29, 7:42 am, Yousuf Khan <bbb....DeleteThis@yahoo.com> wrote:
> >> In Intel's case, the main advantage of the shared L2 is not so much that
> >> the shared cache allows two cores to share each other's data, but
> >> that it allows them the flexibility to allow a single core to take over
> >> the whole L2 cache for itself on an as-needed basis.
> > I think in the *real* world, that's less important. For single
> > threaded benchmarks, it is an advantage. But sharing your cache is a
> > huge advantage for stuff like specjbb, tpcc, or real world stuff where
> > you have data sharing between processors.
>
> Depends on whose "real world" you're talking about. In PC applications,
> the ability to share data is mainly useless, single-threaded performance
> still rules the day. In servers, sure, shared data between threads is
> useful.

So you don't think applications like office might be multithreaded?
Excel certainly is in newer versions.

> > If you look at the time it takes to acquire a lock from another
> > processor across the FSB (or even HT) versus from a shared cache,
> > you're talking an order of magnitude or more quicker.
>
> In the case of HT, it's not so much locking the data that takes time, as
> it is in copying the data from the remote processor over the links to
> your own local processor cache that matters most.

That depends on how frequently you encounter locks.

> >> This gives a large
> >> advantage in single-threaded performance. I don't think data sharing
> >> between cores is that much of a big deal yet for anybody.
> > Not really. There's quite a few people who think otherwise...
>
> Different work definitions.
>
> >> AMD's shared L3 cache may not be able to act in the same way as Intel's
> >> shared L2 to increase single-thread performance
> > Sure it will. It will decrease HT/memory accesses. That's a big win.
>
> Which is what I think I had said just below that:

> >> , since it will likely be
> >> a slower path to the core. However, the shared L3 will likely reduce
> >> cache-coherency inter-processor traffic, as cores will search their own
> >> L3 first before sending out a message to another processor over the HT
> >> link. This is good for server applications, if not so much for PC
> >> applications.
> > I fail to see the distinction between the two situations (C2D and
> > Barcelona).

All shared caches reduce CC traffic. In fact all caches do. A cache
miss always results in a snoop, a cache hit never does.

> The Barcelona's shared L3 will be used mainly for "shared data between
> cores" purposes

Just like C2D's L2? You know what happens when there is no other
process to share with? It all gets used by one process...just like
C2D.

> , but not for "single-threaded overdrive" purposes.

No offense, but judging by your understanding of Barcelona's cache
architecture, I'm a little skeptical of your opinion on this subject.
Shared caches can always be used by a single thread, or perhaps more
importantly, they can be split unevenly by different threads. That is
an inherent advantage.

> The
> C2D having a shared L2, each of the cores accesses that L2 directly, so
> therefore any single core can take over larger portions of the L2 as the
> need arises, thus increasing single-thread performance, overdriving it
> if you will.

So are you claiming that barcelona only lets a core take over a
particular portion of the cache? Maybe 1/4?

> The cores in Barcelona will not be reading anything directly in from L3,
> it will all be first read from L3 to L1.

No. All reads in any K8 based architecture first go into L1, then are
evicted to L2, then would be evicted to the L3. Go read the MPF
presentation.

> The cores only ever read
> directly from their own L1 or L2 in the AMD64 architecture.

No, the cores only ever read directly from their own L1. When you
miss in L1 and hit in L2, you have to swap the cache line in, and then
send something out to the L2. When you hit in L3, you would swap into
L1 as well. When the L2 gets full it evicts to the L3. When you
fetch from system memory that goes directly into the L1. IOW, the L3
functions like a big victim buffer for the L2, which acts like a
victim buffer for the L1. That's a "victim buffer architecture".

> So in
> Barcelona you can't simply have a core allocate a large portion of the
> L3 if it needs to increase its single-thread performance.

That doesn't follow at all, and you really don't seem to understand
how the caches actually work.

> Granted,
> something like that effect can occur but only in slow domino-effect
> stages, as data overflows each lower-level cache and gets ejected into
> the next higher level cache. Eventually after enough overflowage, a
> really busy AMD64 core might be able to take over the entire L3 for
> itself, just like a really busy C2D core could take over the full L2 for
> itself.

> > In each cache, the last level of on-die cache is shared between
> > multiple processors, providing a performance advantage (usually).
>
> I don't think in AMD64 there is a direct linkage between the cores and
> the L3 cache. The cores only directly control L1 and L2, but L3 might be
> an automatic catch basin for data that's overflowed those first two
> caches. I could be wrong on this, and there might be a direct read pipe
> from L3 to each core.

Yes, it's called a load-store unit. What you are thinking about is an
architecture where the L3 is inclusive of L1, but L2 is exclusive of
both. That has the advantage that snoop probes don't disturb the L1,
but AMD probably already handles this by replicating the tags (I'd
wager). In the K8L all three levels are exclusive of one another.

> In current AMD64, there is a similar mechanism
> with the onboard memory controller. Data that has to be fetched from
> system RAM is never read directly from the memory controller into the
> core; instead it is read into the memory controller which then passes it
> onto the L1 which then passes it to the core. The core may also
> occasionally read directly out of the L2, if data is not found in L1.

No, any memory requests which misses in the L1 will fill the L1,
although this probably occurs simultaneous to providing the data on a
forwarding bus.

DK
 >> Stay informed about: When will the Intel "real" quad-core processor come out? 
Back to top
Login to vote
David Kanter

External


Since: Nov 14, 2005
Posts: 83



(Msg. 20) Posted: Thu Feb 01, 2007 5:11 pm
Post subject: Re: When will the Intel "real" quad-core processor come out? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Feb 1, 4:54 pm, Yousuf Khan <bbb....RemoveThis@yahoo.com> wrote:
> David Kanter wrote:
> > I don't think you understand the cache architecture for Barcelona.
> > The L2 and L3 are victim caches. That means they are all exclusive.
> > If data is in one level it cannot be in another.
>
> The L2 is, but not the L3. The L3 clearly can't be mutually exclusive
> since it is a shared cache, and there can stuff in each core's private
> caches that can also be in the shared cache.

The L3 could be exclusive, but it looks like it isn't. Data in the L3
can (but will not always) remain there, once it is pulled to the L1.

> > I suspect Intel would be more likely to take an MCM approach and just
> > fab a huge external, but on-package cache.
>
> It's an interesting idea, you can possibly outfit a processor's entire
> system RAM in ZRAM if you put these things off-die.

Not really. ZRAM probably uses a lot more power than DRAM.

> >> Yeah, at some point a high latency, high capacity cache might still be
> >> useful simply because a lot of data will be found within it, even if
> >> it's not the fastest cache you could possibly have.
> > What I meant was that because ZRAM is denser, you use less wire to
> > route between stuff inside. At a certain point that advantage will
> > outweigh the faster cells in SRAM; it's a question of storage
> > retrieval time (where ZRAM is inferior) versus interconnect time
> > (where ZRAM could be superior). The problem is that everyone already
> > has REALLY fast SRAMs.
>
> Yes, that too.
>
> >> I never said that 16MB ZRAM is identical in size to 2MB SRAM, I just
> >> said, "without much increase in real-estate".
> > Uh. You'd be increasing the size by 50% for what is already a rather
> > large die. I consider a 1.5x increase in real-estate to be 'a lot'.
>
> Still clearly not as much of an increase as if you had to do 16MB of
> cache in SRAM rather than ZRAM.

My point is that you claimed 16MB of ZRAM was not a very large
increase from 2MB of SRAM. It is.

> >> Also recently, ISi made a new breakthough in ZRAM which they call ZRAM2.
> >> This new version is much easier to deal with, because it's much easier
> >> to read its state than the ZRAM1.
> >> AMD also has a license for this form,
> >> so I don't know if they're going to go with ZRAM1 or 2, but if they go
> >> with ZRAM2, it might require more validation. But ZRAM2 is apparently
> >> also able to scale better towards smaller processes, so it provides a
> >> bit of future-proofing.
> > ZRAM2 sounded usable, ZRAM1 did not. I heard a lot of folks at ISSCC
> > express skepticism about the R/W margins on ZRAM v1, which is the
> > problem they fixed.
>
> For ZRAM1, they actually required comparator cells to distinguish
> between a logical 0 and 1, since the voltage differentials were so
> miniscule.

Again, doesn't sound that hot. the second version is more
interesting.

DK
 >> Stay informed about: When will the Intel "real" quad-core processor come out? 
Back to top
Login to vote
Yousuf Khan

External


Since: Dec 17, 2005
Posts: 308



(Msg. 21) Posted: Thu Feb 01, 2007 7:54 pm
Post subject: Re: When will the Intel "real" quad-core processor come out? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

David Kanter wrote:
> I don't think you understand the cache architecture for Barcelona.
> The L2 and L3 are victim caches. That means they are all exclusive.
> If data is in one level it cannot be in another.

The L2 is, but not the L3. The L3 clearly can't be mutually exclusive
since it is a shared cache, and there can stuff in each core's private
caches that can also be in the shared cache.

> I suspect Intel would be more likely to take an MCM approach and just
> fab a huge external, but on-package cache.

It's an interesting idea, you can possibly outfit a processor's entire
system RAM in ZRAM if you put these things off-die.

>> Yeah, at some point a high latency, high capacity cache might still be
>> useful simply because a lot of data will be found within it, even if
>> it's not the fastest cache you could possibly have.

> What I meant was that because ZRAM is denser, you use less wire to
> route between stuff inside. At a certain point that advantage will
> outweigh the faster cells in SRAM; it's a question of storage
> retrieval time (where ZRAM is inferior) versus interconnect time
> (where ZRAM could be superior). The problem is that everyone already
> has REALLY fast SRAMs.

Yes, that too.

>> I never said that 16MB ZRAM is identical in size to 2MB SRAM, I just
>> said, "without much increase in real-estate".

> Uh. You'd be increasing the size by 50% for what is already a rather
> large die. I consider a 1.5x increase in real-estate to be 'a lot'.

Still clearly not as much of an increase as if you had to do 16MB of
cache in SRAM rather than ZRAM.

>> Also recently, ISi made a new breakthough in ZRAM which they call ZRAM2.
>> This new version is much easier to deal with, because it's much easier
>> to read its state than the ZRAM1.


>> AMD also has a license for this form,
>> so I don't know if they're going to go with ZRAM1 or 2, but if they go
>> with ZRAM2, it might require more validation. But ZRAM2 is apparently
>> also able to scale better towards smaller processes, so it provides a
>> bit of future-proofing.

> ZRAM2 sounded usable, ZRAM1 did not. I heard a lot of folks at ISSCC
> express skepticism about the R/W margins on ZRAM v1, which is the
> problem they fixed.


For ZRAM1, they actually required comparator cells to distinguish
between a logical 0 and 1, since the voltage differentials were so
miniscule.

Yousuf Khan

--
There is no failure, only delayed success
 >> Stay informed about: When will the Intel "real" quad-core processor come out? 
Back to top
Login to vote
Nate Edel

External


Since: Apr 25, 2004
Posts: 148



(Msg. 22) Posted: Thu Feb 08, 2007 4:52 pm
Post subject: Re: When will the Intel "real" quad-core processor come out? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

David Kanter <dkanter RemoveThis @gmail.com> wrote:
> Intel won't do four cores on a die for another 1.5-2 years. It really
> depends on what your application is, most applications simply don't
> have 4 threads, so you're better off buying the fastest dual core you
> can get.

OTOH, servers can often use every core they can get their hands on; for some
of my stuff at work (CPU intensive Java business apps) we are seeing nearly
linear improvement going from dual DC Xeons to dual QC Xeons.

--
Nate Edel http://www.cubiclehermit.com/

"What's the use of yearning for Elysian Fields when you know you can't get
'em, and would only let 'em out on building leases if you had 'em?" (WSG)
 >> Stay informed about: When will the Intel "real" quad-core processor come out? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Intel Xeon Quad Core Processor - Is this one CPU that can do the work of four? If so, for applications that are licensed per CPU - what happens there? Uproar? Thanks, Corso

What is 2 in Intel Core-2 Quad? - Is this 2 a version that does nothing to do with number of processors? Is it an indication that four processors are arranged in some kind of pairs? What is this 2? Are all four processors equal in all respects?

Real World Comparisons: AMD 3200 -vs- Intel 3.2. Your thou.. - I'm posting this for two reasons: One, I want to know what people have seen in comparing the AMD 3200 to an Intel 3.2GHz. Also, what are the benefits of selecting the Intel system over AMD, or AMD over Intel system. I am tired of reading magazine review...

VIA twin-core processor - http://www.pcworld.idg.com.au/index.php/id%3B311116776%3Bfp%3B2%3Bfpid%3B1 Yousuf Khan -- Sending me email: if you can reply to this newsgroup posting, you will have to go through an identity challenge-response system. Alternatively, you can jus...

Would a dual core processor help me with this? - Periodically I have to refresh a couple of databases by copying a stack of DVDs to a harddrive. One susbscription consists of 10 DVDs and the other 6, so there is no way this can be made to run at night. The computer to which these DVDs are being copied...
   Hardware Problem Solving Community! (Home) -> Chips All times are: Pacific Time (US & Canada) (change)
Goto page Previous  1, 2
Page 2 of 2

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]