It probably is a bit on the obvious side, but the easiest way to provide more bandwith for any given service is to put it on its own machine. That is probably the best you can do without specialized software but it can be complicated to set up.
That being said, Oscar can't help you with this as David mentioned indirectly. As far as server set ups go, it would give you almost exactly what you have now and don't seem to want, which is all services running on one machine. Sorry we couldn't be more help. On Tue, 22 Feb 2005 08:08:11 -0800, Lombard, David N <[EMAIL PROTECTED]> wrote: > > > Rahul, > > > > An OSCAR cluster can't really help with this. An OSCAR cluster is a classic > "Beowulf" or "HPC" cluster; used to provide increased computing power either > in throughput mode, e.g., by devoting a compute node to each job, or > parallel mode by running MPI or PVM jobs on multiple compute nodes. > > > > At first thought, the latter might appear to be what you want, but, the key > to running a single job on multiple machines is to have an application that > has been written to run using MPI, PVM, or some other parallel > communications library. Not every program can run using MPI or PVM; even > less can run well. There are alternatives besides MPI or PVM, but that's > what OSCAR supports. If MySQL provides a "clustered" mode, then it will > probably work on an OSCAR cluster, but you also need other bits specific to > MySQL. > > > > For httpd, there are specific alternatives, such as LVS, which allow > multiple independent servers to process a single stream of httpd requests. > The simple explanation is that each of your N httpd servers only processes > 1/N of the httpd requests. This is a common way to increase the power of a > website, but can get more complicated as the website becomes more complex. > > > > > -- > > David N. Lombard > > > > My comments represent my opinions, not those of Intel Corporation. > ________________________________ > > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Rahul > Manglekar > Sent: Friday, February 18, 2005 10:40 PM > To: [email protected] > Subject: [Oscar-users] How to run services/daemon on Cluster. > > > > > > Hi all, > > I need more processing resources for services/daemons on my server > machine. I have service that consumes much cpu resources, like mysqld and > httpd etc., it consumes around 90-94% processor(CPU) usage. > > Can we build cluster, that will share all client/nodes processor usage to > Server machine. So that services/daemons (eg., mysqld,apache etc.) running > on server, will get more processing power. > > Can any/one guide me..! > > > Thanks in advance. > > Regards.., > > -- Rahul. > > > > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Oscar-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-users
