Top "Distributed" questions

Multiple computers working together, using a network to communicate

Redis,distributed or not?

Question 1: I know Redis load all the data into memory, thus improving the read/write speed. So, does it mean …

nosql redis distributed
Distributed Computing Framework (.NET) - Specifically for CPU Intensive operations

I am currently researching the options that are available (both Open Source and Commercial) for developing a distributed application. "A …

.net frameworks distributed distributed-computing grid-computing
What is the dIfference between a distributed system and a clustered system?

Both are defined to be a set of computers that work together and give the end users a perception of …

cluster-computing distributed distributed-computing
What is the difference between data-centric and object-oriented application models?

What is a data-centric application and is there any difference with an object-oriented application model ?

oop architecture distributed
Spread vs MPI vs zeromq?

In one of the answers to Broadcast like UDP with the Reliability of TCP, a user mentions the Spread messaging …

api networking messaging distributed cluster-computing
Distributed RabbitMQ Nodes don't recognize each other

I'm working on a RabbitMQ distributed POC and I'm stuck at the basics of clustering the nodes. I'm trying to …

erlang distributed rabbitmq connectivity
Starting remote processes in a Windows network

I have several slave machines and a master machine which together run a distributed application. Processes on each slave machine …

windows networking distributed cluster-computing remote-process
What are some scenarios for which MPI is a better fit than MapReduce?

As far as I understand, MPI gives me much more control over how exactly different nodes in the cluster will …

parallel-processing distributed mapreduce mpi
How to evenly distribute menu items with CSS when width and quantity is not known?

I've read a lot on evenly distributing elements using css but every solution i've found requires you to know and …

css menu tabs distributed
Using single RMI Registry

I've been using RMI for a project I am currently working on and I want to bind from multiple hosts …

java exception networking distributed rmi