Tagged Questions

A computer cluster consists of a set of loosely connected computers that work together so that in many respects they can be viewed as a single system. Cluster computing refers to the activity of computing in clusters.

learn more… | top users | synonyms

29
votes
9answers
9k views

Scaling solutions for MySQL (Replication, Clustering)

At the startup I'm working at we are now considering scaling solutions for our database. Things get somewhat confusing (for me at least) with MySQL, which has the MySQL cluster, replication and MySQL ...
10
votes
9answers
5k views

Hadoop on windows server

I'm thinking about using hadoop to process large text files on my existing windows 2003 servers (about 10 quad core machines with 16gb of RAM) The questions are: Is there any good tutorial on how ...
9
votes
2answers
220 views

Cluster of computers for rent?

I am doing a project in the university which requires running of multiple instances (1000s) of a program I've written (in C++), which runs for quite a while (say 2 hours). The program is very self ...
8
votes
1answer
2k views

JBoss 4.2.2 nodes start to cluster then suspect each other

I have a website running with JBoss 4.2.2 on an existing Red Hat server. I'm setting up a second server so as to have a clustered pair (which will then be load-balanced). However, I can't get them to ...
7
votes
7answers
9k views

PHP sessions in a load balancing cluster - how?

OK, so I've got this totally rare an unique scenario of a load balanced PHP website. The bummer is - it didn't used to be load balanced. Now we're starting to get issues... Currently the only issue ...
7
votes
3answers
10k views

What are the scenarios for using mirroring, log shipping, replication and clustering in SQL Server

As far as i know SQL Server provides 4 techniques for better availability. I think these are the primary usage scenarios, in summary :- 1) Replication would be primarily suited for online-offline ...
6
votes
5answers
108 views

What to use instead of the “lock” statement when the code is running on multiple machines?

The lock statement ensures that one thread does not enter a critical section of code while another thread is in the critical section. However, it won't work if the workload is spread across a farm of ...
6
votes
8answers
445 views

Please recommend an alternative to Microsoft HPC

We aim to implement a distributed system on a cluster, which will perform resource-consuming image-based computing with heavy storage I/O, having following characteristics: There is a dedicated ...
6
votes
4answers
801 views

C++ programming for clusters and HPC

I need to write a scientific application in C++ doing a lot of computations and using a lot of memory. I have part of the job but due to high requirements in terms of resources I was thinking to ...
5
votes
3answers
317 views

What are the different approaches for Java EE session replication?

I am working on a project that requires really high availability and my team is currently working on upgrading some infra-structure and software for a future release. One of the features we would ...
5
votes
10answers
2k views

MPI or Sockets

I'm working on a loosely coupled cluster for some data processing. The network code and processing code is in place, but we are evaluating different methodologies in our approach. Right now, as we ...
5
votes
4answers
1k views

Balanced Distribution Algorithm

I'm working on some code for a loosely coupled cluster. To achieve optimal performance during jobs, I have the cluster remap its data each time a child enters or exits. This will eventually be made ...
5
votes
5answers
2k views

experience with java clustering?

Would like to hear from people about their experience with java clustering (ie. implementing HA solutions). aka . terracotta, jgroups etc. It doesn't have to be web apps. Experience writing custom ...
4
votes
3answers
283 views

RabbitMQ on EC2 performance challenges

What could be performance expectations of RabbitMQ on EC2? Would appreciate sharing experience here. I am trying to do some performance test of RabbitMQ on aws EC2. I have 3 separate EC2 instance ...
4
votes
2answers
182 views

Run a Mathematica program in a cluster

Suppose I want to run a Mathematica program that I wrote, in a cluster or using a cloud computing solution. Can Mathematica programs run on their own without a license? And in case they don't, do ...
4
votes
1answer
193 views

How does doRedis work?

I've been playing around with the R interface to the redis database, as well as the doRedis parallel backend for foreach. I have a couple of questions, to help me better apply this tool: doMC, ...
4
votes
2answers
282 views

Ubuntu cluster management

I am trying to figure out a solution for managing a set of linux machines(OS:Ubuntu,~40 nodes. same hardware). These machines are supposed to be images of each other, softwareinstalled in one needs to ...
4
votes
2answers
298 views

Connecting laptop(s)/desktop(s) to form a MATLAB computing cluster?

I have experience running parallel jobs on a remote cluster, and parallel (parfor) jobs on a single local machine, but never tried making a cluster of my own. I have access couple of ...
4
votes
1answer
224 views

Parallelization/Cluster Options For Code Execution

I'm coming from a java background and have a CPU bound problem that I'm trying to parallelize to improve performance. I have broken up my code to perform in a modular way so that it can be distributed ...
4
votes
1answer
568 views

Deploying multiple Grails instances with shared cache and sessions?

I am looking for a solution that allows me to deploy multiple load balanced Grails instances that have shared cache (EhCache Server ?) and sessions, is this possible ? I can't find any documentation ...
4
votes
3answers
3k views

Database cluster and load balancing

What is database clustering? If you allow the same database to be on 2 different servers how do they keep the data between synchronized. And how does this differ from load balancing from a database ...
4
votes
6answers
1k views

What algorithms there are for failover in a distributed system?

I'm planning on making a distributed database system using a shared-nothing architecture and multiversion concurrency control. Redundancy will be achieved through asynchronous replication (it's ...
4
votes
2answers
767 views

F# + MPI + MONO : Clustered Computing

Is it possible for F# and MPI to run off of Mono on a linux computational cluster? Anyone able to attest to it's performance/reliability?
4
votes
5answers
529 views

Buying Cluster/Grid/Cloud Time?

I've used clusters in industrial and academic settings, but they were owned by the organizations I worked for. I've never purchased time from a company that sells cluster/cloud/grid time. Suppose I ...
4
votes
4answers
451 views

How do I cluster an upload folder with ASP.Net?

We have a situation where users are allowed to upload content, and then separately make some changes, then submit a form based on those changes. This works fine in a single-server, non-failover ...
4
votes
4answers
649 views

FOSS ASP.Net Session Replication Solution?

I've been searching (with little success) for a free/opensource session clustering and replication solution for asp.net. I've run across the usual suspects (indexus sharedcache, memcached), however, ...
3
votes
2answers
80 views

Java & the Different Types/Methods of Clustering

I'm relatively new to Java EE and have already began to hear about the many different types of systems that can be clustered: Virtual Machines (i.e. "that appliance is a cluster of VMs...") ...
3
votes
2answers
65 views

Propagating configuration within the WAS cluster by means of MOM

I am developing application which is embedded within the cluster environment in Websphere AS. I am using several nodes and sometimes I would like to change configuration settings on the fly and ...
3
votes
2answers
119 views

Simulating computer cluster on simple desktop to test parallel algorithms

I want to try learning MPi and parallel programming Can a sendbox be created on my desktop pc? How can this be done Linux and windows solutions are welcome
3
votes
1answer
276 views

Akka Cluster Java API sample

I am pretty interested in testing out the 2.0-SNAPSHOT Akka cluster features, but for my purposes would like to do this in Java. I have read through the example here: ...
3
votes
2answers
131 views

Java Frameworks in the Cloud

So I'm trying to finally grasp how cloud-based, enterprise applications work, and what their architectures typically look like. Say I use a cloud provider like Amazon. I assume (please correct me if ...
3
votes
0answers
94 views

Design level patterns for highly available Linux applications

Given toolkits like Linux-HA and cluster layers on top like Corosync; file-system replicators like DRBD and other various bits and pieces there are the components available to developers to build ...
3
votes
4answers
122 views

What are requirements for a web application to work in a cluster environment

I need to check if existing web application is ready the be deployed in a clustered environment. Cluster: Several Linux boxes. The flow is controlled by a load balancer that is using simple round ...
3
votes
1answer
90 views

cubicle cloud computing

I wondering is there anyone use company cubicle desktop or laptop to composite a cluster or cloud computing? For example, I'd like to use the following machines to composite a cluster: 20 desktop, ...
3
votes
2answers
291 views

Clustering Weblogic JMS

I have 8 instances of Weblogic, dispatched on 4 machines. Those 8 instances are grouped in a cluster. Those 8 instances are great for EJB containers, but I have also 8 instances of Weblogic JMS ...
3
votes
1answer
327 views

Tomcat clustering/loadbalancing performance in production environment

I have some doubts on the performance of clustering and session management in load balanced environment. Here are my questions: What are the drawbacks of sticky-sessions and session replication. The ...
3
votes
1answer
656 views

Enabling gzip compression for JBoss cluster with mod_jk load balancer

We have a JBoss configured in cluster with Apache HTTP+mod_jk as a load balancer. Do we need to configure anything on Apache side in addition to configuring compression in JBoss configuration for ...
3
votes
2answers
189 views

Servlets should not start threads due to issues that may arise when clustering …what issues?

I know that we should not start threads in a servlet is that threads should be managed by the container. If the container is told to shutdown if there are threads that it does not know about hanging ...
3
votes
4answers
114 views

What technologies exist for app level clustering?

Let's say I have an application that is guaranteed to overwhelm one server even after optimizations. Is there a technology that allows a web application to be split over multiple servers while ...
3
votes
4answers
97 views

Which number of processes will give me the best performance?

I am doing some expensive caluations right now. It is one programm, which I run several instances of at the same time. I am running them under linux on a machine with 4 cpus with 6 cores each. The ...
3
votes
4answers
412 views

No recent books on MPI: is it dying? [closed]

I've never used Message Passing Interface (MPI), but I've heard its name thrown about, most recently with Windows HPC Server. I had a quick look on amazon to see if there were any books on it, but ...
3
votes
2answers
252 views

Programming Windows Cluster resource DLLs using Delphi

I wonder whether there's a way to program a resource DLL for Windows Clusters in Delphi. I want to write a program that observes cluster state changes. Judging from the MSDN API reference, all ...
3
votes
2answers
637 views

Advise/Code samples on how to make an application “Cluster Aware”

I've browsed the web for resources regarding how to make an application/web application "Cluster Aware" using the Failover Cluster API. I found a lot of technical articles but none written from the ...
3
votes
2answers
2k views

How to cluster and load balance a Spring + OSGi app

I am considering to develop an web application with Spring and OSGi. It seems like they fit together nicely. What are the options for clustering and loadbalancing such an app and what are the pros and ...
3
votes
4answers
934 views

Python parallel processing libraries

Python seems to have many different packages available to assist one in parallel processing on an SMP based system or across a cluster. I'm interested in building a client server system in which a ...
3
votes
3answers
618 views

Determine asymmetric latencies in a network

Imagine you have many clustered servers, across many hosts, in a heterogeneous network environment, such that the connections between servers may have wildly varying latencies and bandwidth. You want ...
3
votes
4answers
313 views

Software needed to build a cluster

I've been thinking about getting a little bit greener with my computers and using some lower power, mini-itx boards in my next computer. Some can generate under 10 watts and are pretty inexpensive. ...
3
votes
2answers
307 views

Prepare Database For SQL Server Clustering

we are planning to implement sql server 2005 cluster in next few months. i wanted to know what steps / precautions need to be taken as a database developer when trying to achieve this? do we need to ...
3
votes
5answers
2k views

Setting up a Windows Server 2008 / SQL Server 2008 cluster

As I mention in a related question about colocation vs renting web servers, I am considering setting up a web server cluster using four Mac Minis (Intel Core Duo) and Windows Server 2008. The website ...
3
votes
3answers
257 views

SQL Cluster - using datasource (local)

Using (local) in the connection string doesn't work on my cluster. I'm assuming it's looking for the default instance on the currently active node instead of the Virtual SQL name. Anyone know how to ...

1 2 3 4 5 6