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

Is it worth upgrading a 3500 single core for a 4400 dual c..

 
Goto page Previous  1, 2
   Hardware Problem Solving Community! (Home) -> Home Built RSS
Next:  Printer Ink  
Author Message
Andrew Smallshaw

External


Since: Apr 03, 2005
Posts: 109



(Msg. 16) Posted: Fri Feb 29, 2008 6:48 pm
Post subject: Re: Is it worth upgrading a 3500 single core for a 4400 dual core? [Login to view extended thread Info.]
Archived from groups: alt>comp>hardware>homebuilt (more info?)

On 2008-02-28, laider.TakeThisOut@live.com <laider.TakeThisOut@live.com> wrote:
>
> Just curious. I've been following this discussion and you both seem
> to set apart processes and threads without comment. What is the
> distinction? I thought they were pretty much the same thing.

The precise differences are almost infinitely debatable. As Kony
has already pointed out, it is always true to say that a thread is
owned by a parent process, and a process may have many threads.
However, there are apps that are split into multiple processes.
This is much more common under Unix but can apply equally to any
multitasking operating system.

For most purposes you are pretty safe to say that a process has
its own address space whereas a thread shares its address space
with all other threads in that process. This means that the usual
memory protection between processes that is provided by the OS does
not apply to threads of the same process.

This does mean that if a thread goes haywire it can interfere with
the other threads, but also that they can communicate with each
other very efficiently as they all have access to each others data
structures. There are also some performance advantage to threads
over processes because of the common address space. When switching
between two threads of the same process the page tables do not need
re-loading and various caches do not need invalidating.

--
Andrew Smallshaw
andrews.TakeThisOut@sdf.lonestar.org

 >> Stay informed about: Is it worth upgrading a 3500 single core for a 4400 dual c.. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
2.8 Dual Core vs. 3.0 Single = Same Price - Seems that the 3.0GHz Intel is about the same prices as the 2.8GHz with Dual Core. Any thoughts as to which would be a more practicle purchase?

Worth upgrading a 2100+ T'bred to a 3000+ Barton? - I'm planning on giving my old PC to my dad. It's an Athlon 2100+ (oc'd to 2.1g) with 1 gig of pc3200 DDR Ram. My motherboard can do 400mhz fsb, but the 2100 can only do 266mhz (and I think it only has 256 L2 cache). Would a 3000+ or 3200+ Barton see...

two dual core or Quad core ? - i am going to run 3D Studio MAX, should i go for a Two dual core CPU or Quad core CPU ? i will have 8MB RAM. Many thanks for your advice in advance

single channel vs. dual channel - I have a single stick of 512mb ram, and my motherboard supports dual channel, so I'm wondering how much performance increase I might see by putting another 512 in. I realize that not much that I do actually uses more than 512, so I don't think the extra...

Dual Channel Memory/Single Channel - Does this make a difference? How does it work? New computer I am thinking of buying comes with 512 memory. Criticism was that it is not dual channel. I thought 512 was plenty. Thanks, Ron (ront2@socal.rr.com)
   Hardware Problem Solving Community! (Home) -> Home Built 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 ]