[fsug-tvm] Re: Dual Cores

2009-03-23 Thread Visakh
Hi, I didn't want to revisit this thread again (sorry!). But coincidentally, this interesting story just broke on Slashdot: Story: Windows and Linux Not Well Prepared For Multicore Chips Original source: http://www.infoworld.com/article/09/03/20/Multicore_chips_pose_next_big_challenge_for_indu

[fsug-tvm] Re: Dual Cores

2009-03-22 Thread Visakh
BINNY THOMAS wrote: > BeOS, do you mean Berkley OS? No. BeOS was developed by Be Inc in early 90s. They operated from California till it was dissolved in 2001. The name Be is not related to Berkeley and has an interesting story behind it. The story is available on wikipedia page on Be Inc. Reg

[fsug-tvm] Re: Dual Cores

2009-03-22 Thread Visakh
Hypertransport... hmmm.. interesting! Seems it is an open standard. ശ്യാം ചേട്ടാ, thanks for the info on FSB replacements. That one goes into my collection of open specs ;). Regards, Gokul Das --~--~-~--~~~---~--~~ "Freedom is the only law". "Freedom Unplugged" ht

[fsug-tvm] Re: Dual Cores

2009-03-22 Thread BINNY THOMAS
BeOS, do you mean Berkley OS? On Sun, Mar 22, 2009 at 5:00 PM, Visakh wrote: > > Syam Krishnan wrote: > > Even before multicore procesors became common, there were > multi-processor systems. So operating systems have been handling multiple > processors for a long time. So you need not worry ab

[fsug-tvm] Re: Dual Cores

2009-03-22 Thread Syam Krishnan
Nice info Gokul.. I had read in a very old edition of PCQuest about this 'multiple videos without jerking' with BeOS. And regarding processor bus, there's AMD's HyperTransport and Intel's QuickPath Interconnect (QPI - debut with the new Core i7). Syam --~--~-~--~~~-

[fsug-tvm] Re: Dual Cores

2009-03-22 Thread Visakh
Syam Krishnan wrote: > Even before multicore procesors became common, there were multi-processor > systems. So operating systems have been handling multiple processors for a > long time. So you need not worry about that. Just some off-topic info related to this. Back in the early 90s there

[fsug-tvm] Re: Dual Cores

2009-03-21 Thread Syam Krishnan
BINNY THOMAS wrote: Well the reason I am interested it in this topic is because I installed  Linux on a machine with 4 cores and the system monitor showed 4 cpus with their utilization graphs. I hadn't seen this windows Task manager before so I regarded it as a plus point for Linux until I saw

[fsug-tvm] Re: Dual Cores

2009-03-21 Thread BINNY THOMAS
Well the reason I am interested it in this topic is because I installed Linux on a machine with 4 cores and the system monitor showed 4 cpus with their utilization graphs. I hadn't seen this windows Task manager before so I regarded it as a plus point for Linux until I saw the same in windows[?]. S

[fsug-tvm] Re: Dual Cores

2009-03-21 Thread BINNY THOMAS
Hehehe, Please dont call me sir![?] On Sat, Mar 21, 2009 at 9:51 PM, Visakh wrote: > > > > On Mar 21, 7:38 pm, Syam wrote: > > Just another (probably offtopic) piece of informtion... The O(1) > scheduler > > is actually old. As of 2.6.23, the Completely Fair Scheduler (CFS) is > used > > in pla

[fsug-tvm] Re: Dual Cores

2009-03-21 Thread Sunil Thomas Thonikuzhiyil
Oops. My reply caused a lot of confusion. I was referring to kernel compilation as a possible use of multi core for a power user. See this https://help.ubuntu.com/community/Kernel/Compile Sunil On Sat, Mar 21, 2009 at 2:46 PM, Sunil Thomas Thonikuzhiyil < vu2...@gmail.com> wrote: > De

[fsug-tvm] Re: Dual Cores

2009-03-21 Thread Visakh
On Mar 21, 7:38 pm, Syam wrote: > Just another (probably offtopic) piece of informtion... The O(1) scheduler > is actually old. As of 2.6.23, the Completely Fair Scheduler (CFS) is used > in place of the O(1) scheduler. > The scheduling complexity of CFS is O(log N). Thanks for pointing that

[fsug-tvm] Re: Dual Cores

2009-03-21 Thread Syam
On Sat, Mar 21, 2009 at 7:15 PM, Visakh wrote: > Linux SMP support is superb under 2.6 kernel series > after introduction of the new O(1) scheduler. > Just another (probably offtopic) piece of informtion... The O(1) scheduler is actually old. As of 2.6.23, the Completely Fair Scheduler (CFS) is

[fsug-tvm] Re: Dual Cores

2009-03-21 Thread BINNY THOMAS
Thanks for the information. Hope they start writing programs for multiprocesors as they are becoming common On Sat, Mar 21, 2009 at 7:15 PM, Visakh wrote: > > Hi, > > Syam Krishnan wrote: > > Why does one need to compile the kernel for effective multiprocessor > support?? > > The fact is, you

[fsug-tvm] Re: Dual Cores

2009-03-21 Thread Visakh
Hi, Syam Krishnan wrote: > Why does one need to compile the kernel for effective multiprocessor support?? The fact is, you dont really need to recompile the kernel in modern Linux systems to get multicore support. The multicore I am referring to is Symmetric Multi-Processor system (SMP) which i

[fsug-tvm] Re: Dual Cores

2009-03-21 Thread Syam Krishnan
Sunil Thomas Thonikuzhiyil wrote: Depending on what you do.  If you compile kernel you can speed up . Why does one need to compile the kernel for effective multiprocessor support?? Syam --~--~-~--~~~---~--~~ "Freedom is the only law". "Freedom Unplugged"

[fsug-tvm] Re: Dual Cores

2009-03-21 Thread Sunil Thomas Thonikuzhiyil
Depending on what you do. If you compile kernel you can speed up . Sunil On Sat, Mar 21, 2009 at 1:52 PM, BINNY THOMAS wrote: > I want to know about the multiprocessor support of linux i.e. Dual > cores,Core 2 Duo,Quad cores etc. Can it effectively utilise all the cores? > > Thanks > > > > -