Re: Building server-farm

2005-03-15 Thread Wiktor
Hi, see, in fact it is not huge commercial solution what i need - i'm interested in squeezing every single electron from machines i have in school, and i thought that for some applications cluster is the best method of sharing computing power. i'm not thinking (yet) about optimizing it to some

Re: Building server-farm

2005-03-15 Thread Wiktor
Hi, see, in fact it is not huge commercial solution what i need - i'm interested in squeezing every single electron from machines i have in school, and i thought that for some applications cluster is the best method of sharing computing power. i'm not thinking (yet) about optimizing it to some

Re: Building server-farm

2005-03-14 Thread Indrek Kruusa
> I'm looking for a way to connect multiple linux systems > into one big machine (server-farm) and I can't find any > way of enabling it in kernel. It seems that you have to analyse your problem a bit more. There are 5 main types of clusters (or server-farms as you call it): - parallel computing -

Re: Building server-farm

2005-03-14 Thread Matthias-Christian Ott
You'll can use OpenMosix (http://sourceforge.net/project/openmosix) or Mosix (http://www.mosix.org/). Have a look at: http://www.mini-itx.com/projects/cluster/ http://en.wikipedia.org/wiki/Beowulf_%28computing%29 http://de.wikipedia.org/wiki/BeowulfProject2004 (German, it describes howto setup

Re: Building server-farm

2005-03-14 Thread shogunx
On Mon, 14 Mar 2005, Wiktor wrote: > Hi, > > I'm looking for a way to connect multiple linux systems into one big > machine (server-farm) and I can't find any way of enabling it in kernel. > Is this feature supported? Parallel Processing is not currently part of the mainstream linux kernel. I

Building server-farm

2005-03-14 Thread Wiktor
Hi, I'm looking for a way to connect multiple linux systems into one big machine (server-farm) and I can't find any way of enabling it in kernel. Is this feature supported? If not, how can I build cluster from, let's say, 5 machines (I'm interestied in sharing of processes, memory, disk space

Building server-farm

2005-03-14 Thread Wiktor
Hi, I'm looking for a way to connect multiple linux systems into one big machine (server-farm) and I can't find any way of enabling it in kernel. Is this feature supported? If not, how can I build cluster from, let's say, 5 machines (I'm interestied in sharing of processes, memory, disk space

Re: Building server-farm

2005-03-14 Thread shogunx
On Mon, 14 Mar 2005, Wiktor wrote: Hi, I'm looking for a way to connect multiple linux systems into one big machine (server-farm) and I can't find any way of enabling it in kernel. Is this feature supported? Parallel Processing is not currently part of the mainstream linux kernel. I have

Re: Building server-farm

2005-03-14 Thread Matthias-Christian Ott
You'll can use OpenMosix (http://sourceforge.net/project/openmosix) or Mosix (http://www.mosix.org/). Have a look at: http://www.mini-itx.com/projects/cluster/ http://en.wikipedia.org/wiki/Beowulf_%28computing%29 http://de.wikipedia.org/wiki/BeowulfProject2004 (German, it describes howto setup

Re: Building server-farm

2005-03-14 Thread Indrek Kruusa
I'm looking for a way to connect multiple linux systems into one big machine (server-farm) and I can't find any way of enabling it in kernel. It seems that you have to analyse your problem a bit more. There are 5 main types of clusters (or server-farms as you call it): - parallel computing -