Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 02-08-2007, 04:15 PM   #1 (permalink)
Simpsons rox
 
Join Date: Mar 2004
Location: Valsad, Matrix
Posts: 401
Default is linux really better at multiple core processors?


someone told me that multiple core like dual core etc are supported right now also in linux and the performance goes up a lot in linu xthan in windows with thsi type of processors.
Is this true and if so how?
__________________
T.G. Praveen
A computer program does what you tell it to do, not what you want it to do.
Visit my site at www.praveen.co.nr

Last edited by tgpraveen; 02-08-2007 at 04:22 PM.
tgpraveen is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 02-08-2007, 04:17 PM   #2 (permalink)
You gave been GXified
 
gxsaurav's Avatar
 
Join Date: Jan 2007
Location: New Delhi
Posts: 5,636
Default Re: is linux really better at multiple core processors?

More performance in Multiple core CPU: Not unless u compile the kernel & applications according to the CPU

Multiple CPU : Yup
__________________
about.me/gxsaurav
gxsaurav is offline  
Old 02-08-2007, 04:26 PM   #3 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Smile Re: is linux really better at multiple core processors?

Quote:
Originally Posted by tgpraveen
someone told me that multiple core like dual core etc are supported right now also in linux and the performance goes up a lot in linu xthan in windows with thsi type of processors.
Is this true and if so how?
Linux supports smp long time before itself.u need to get a distro with x86_64 tagged means it got a kernel compiled and optimized for 64-bit PC's.it works fine.
for eg:Ubuntu 64-bit u can download
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 02-08-2007, 04:27 PM   #4 (permalink)
Simpsons rox
 
Join Date: Mar 2004
Location: Valsad, Matrix
Posts: 401
Default Re: is linux really better at multiple core processors?

so u mean say ubuntu 7.04 will have no performance diff between a single core and dual core processor if i use the default install without any tweaking or compiling.
__________________
T.G. Praveen
A computer program does what you tell it to do, not what you want it to do.
Visit my site at www.praveen.co.nr
tgpraveen is offline  
Old 02-08-2007, 04:28 PM   #5 (permalink)
You gave been GXified
 
gxsaurav's Avatar
 
Join Date: Jan 2007
Location: New Delhi
Posts: 5,636
Default Re: is linux really better at multiple core processors?

It will have for sure. I guess Prakash doesn't know the difference between 2 physical CPUs & a dual core CPU. You need to compile kernel AFAIK to use the dual core functionality or atleast install an optimised kernel. Also, enable hyperthreading.
__________________
about.me/gxsaurav
gxsaurav is offline  
Old 02-08-2007, 04:40 PM   #6 (permalink)
Simpsons rox
 
Join Date: Mar 2004
Location: Valsad, Matrix
Posts: 401
Default Re: is linux really better at multiple core processors?

^^^^^
is there no distro which is by itself potimised for dual core and has hyper threading enable by default

coz the thing is i am not very comfortable with compiling etc
__________________
T.G. Praveen
A computer program does what you tell it to do, not what you want it to do.
Visit my site at www.praveen.co.nr
tgpraveen is offline  
Old 02-08-2007, 04:44 PM   #7 (permalink)
Beware of the innocent
 
ilugd's Avatar
 
Join Date: Dec 2005
Posts: 1,024
Default Re: is linux really better at multiple core processors?

right. I have a dual core e2140 cpu. will the 64 bit version work on that.
__________________
Life is too short. Have fun.
ilugd is offline  
Old 02-08-2007, 04:49 PM   #8 (permalink)
You gave been GXified
 
gxsaurav's Avatar
 
Join Date: Jan 2007
Location: New Delhi
Posts: 5,636
Default Re: is linux really better at multiple core processors?

^^^ if it is Core 2 Duo then yes

Quote:
is there no distro which is by itself potimised for dual core and has hyper threading enable by default
Ask the linux guys.
__________________
about.me/gxsaurav
gxsaurav is offline  
Old 02-08-2007, 05:02 PM   #9 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: is linux really better at multiple core processors?

have a look
http://search.techrepublic.com.com/s...ulti-core.html
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is offline  
Old 02-08-2007, 05:51 PM   #10 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Post Re: is linux really better at multiple core processors?

Quote:
Originally Posted by gx_saurav
It will have for sure. I guess Prakash doesn't know the difference between 2 physical CPUs & a dual core CPU. You need to compile kernel AFAIK to use the dual core functionality or atleast install an optimised kernel. Also, enable hyperthreading.
care to hear what smp is symmetric muti processing.it is there from old days from ibm server time.also all kernels nowadays come with smp enabled in kernel-which means support for dual core/hyper threading.
there are dual-cpus used before c2d came.I have compiled kernel myself several times.there are lot of "modding" which can be done to optimize performance.an example is/was ck
patches from Con Kolivas.
The kernel does offer in processor feature section to make it optimized for c2d,amd or via,cyrix,arm etc.
So the generalized solution for 64-bit users is to use Ubuntu or any distro which is compile for 64-bit performance.
see below page for correct option.
http://www.ubuntu.com/getubuntu/download
and also let you know there are many pre-compiled kernels available in debian or ubuntu repositories which u can install via apt after the install.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 02-08-2007, 06:00 PM   #11 (permalink)
You gave been GXified
 
gxsaurav's Avatar
 
Join Date: Jan 2007
Location: New Delhi
Posts: 5,636
Default Re: is linux really better at multiple core processors?

Quote:
Originally Posted by praka123
there are dual-cpus used before c2d came.I have compiled kernel myself several times.there are lot of "modding" which can be done to optimize performance.
Thats what I said, dual core optimisation in Linux kernel is there, just not be default

Quote:
and also let you know there are many pre-compiled kernels available in debian or ubuntu repositories which u can install via apt after the install.
Again what I said before.
__________________
about.me/gxsaurav
gxsaurav is offline  
Old 02-08-2007, 06:01 PM   #12 (permalink)
Google Bot
 
Pathik's Avatar
 
Join Date: Aug 2005
Posts: 9,772
Default Re: is linux really better at multiple core processors?

Quote:
Originally Posted by ilugd
right. I have a dual core e2140 cpu. will the 64 bit version work on that.
yup it ll...
Pathik is offline  
Old 02-08-2007, 06:27 PM   #13 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: is linux really better at multiple core processors?

anyways a "lean" kernel is the "fastest" kernel(not necessarily always).
but when u get gdm within 20 sec from bootup,it is an achievement .but Gnome/kde adds more time though.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 02-08-2007, 11:24 PM   #14 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,173
Default Re: is linux really better at multiple core processors?

Quote:
Originally Posted by gx_saurav
Thats what I said, dual core optimisation in Linux kernel is there, just not be default
almost all of the distros haf smp support in kernel by default! only 32 and 64bit are discrete distro versions. i mean, if u want 64bit support then you'll hafta install the 64bit version, which is optimised out of the box for 64bit.
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."

http://phoenix-ani.blogspot.com
infra_red_dude is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
What's the difference between Pentium D and Core 2 Duo processors ? spygamer CPU / Motherboards 5 25-05-2007 08:05 PM
New Core 2 Processors Around the Corner abhipal Hardware Q&A 2 15-01-2007 10:03 PM
Difference between HT processors and Dual Core processors nil_3 CPU / Motherboards 2 18-02-2006 10:30 PM
Tell me EVERYTHING about dual-core PROCESSORS!!!!!!!!!!!!!!! kunwar QnA (read only) 2 11-07-2005 12:57 PM
Intel Dual Core processors devilhead_satish CPU / Motherboards 4 09-04-2005 02:17 PM

 
Latest Threads
- by Sujeet
- by soumya
- by clmlbx
- by Charan

Advertisement




All times are GMT +5.5. The time now is 12:52 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2