Re: [Ltsp-discuss] Dual CPU

2002-06-13 Thread Frank Van Damme
On Wednesday 12 June 2002 04:37 pm, you wrote: > A single program will NOT use both cpus.  BUt, in a multiuser > environment, you have alot more than 1 program running.  The > multiple CPUs will definately share the load. Correction: a single *proces* will not do that, unless it's multi-threaded.

RE: [Ltsp-discuss] Dual CPU

2002-06-12 Thread Julius Szelagiewicz
Joey, app level threading is almost immaterial in multiuser environment. the most important gain from smp is concurrent jobs processing - you are not running an Xserver - you are running multiple Xservers. SMP is also the simplest defense from a runaway process - you can still access the m

RE: [Ltsp-discuss] Dual CPU

2002-06-12 Thread Donald Cowart
gt; joey > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jim > Wildman > Sent: Wednesday, June 12, 2002 8:31 AM > To: Romain Surleau > Cc: [EMAIL PROTECTED] > Subject: Re: [Ltsp-discuss] Dual CPU > > > The

RE: [Ltsp-discuss] Dual CPU

2002-06-12 Thread jam
M > To: Romain Surleau > Cc: [EMAIL PROTECTED] > Subject: Re: [Ltsp-discuss] Dual CPU > > > The installation/boot process should detect the dual cpu's and just > work. You will probably be given the choice (by Grub) of 2 kerne

Re: [Ltsp-discuss] Dual CPU

2002-06-12 Thread jam
Romain, My server has 2 CPUs and works very very well with LTSP. Jim McQuillan [EMAIL PROTECTED] On Wed, 12 Jun 2002, Romain Surleau wrote: > Hello all, > > I have now tested ltsp on a few stations with happyness, and would > like to install it completely in my department. > My question is

RE: [Ltsp-discuss] Dual CPU

2002-06-12 Thread Joey Officer
ubject: Re: [Ltsp-discuss] Dual CPU The installation/boot process should detect the dual cpu's and just work. You will probably be given the choice (by Grub) of 2 kernels to boot, one with 'smp' and one without. Take the smp one, t

Re: [Ltsp-discuss] Dual CPU

2002-06-12 Thread Jim Wildman
The installation/boot process should detect the dual cpu's and just work. You will probably be given the choice (by Grub) of 2 kernels to boot, one with 'smp' and one without. Take the smp one, that's for multiprocessors.