utilizing more than one computer, connected to each other with a communication link to accomplish a common task.

learn more… | top users | synonyms

1
vote
1answer
13 views

About online distributed environment

I am learning Mapreduce and Hadoop now. I know I can do some tests and run some samples on a singe node. But I really want to do some practice on a real distributed environment. So I want to ask : Is ...
1
vote
0answers
13 views

Keeping a long-running task running on exactly one machine of a cluster with failover?

I have a low-CPU queue processing task that I need to keep running for a potentially long period of time. In case the task fails, I'd like to have the task running in a high-availability clustered ...
0
votes
2answers
22 views

How to approach the dispatching of open sockets to threads in Java?

we need to create a ListeningDispatcher that accepts connections on the port P from N clients (for now they are local, so they are identified just by a port, but it could be an address later). My ...
0
votes
2answers
29 views

Monitor and control remote Java servers

I have to deploy some Java servers in a bunch of different networks. For each server, I need to monitor its status and send it tasks to be executed in that specific server. Something like distributed ...
1
vote
2answers
36 views

Open source Java Job Scheduler with: remoting, load balancing, failover, dependency DAG?

I'm looking for an open source Java Job Scheduler that allows sending different kind of jobs (not only flop intensive) and distributes them across many machines. It should also monitor the jobs and ...
0
votes
0answers
8 views

Script for feeding data into Yahoo S4 (Now under Apache)

I know that we have to feed data stream into s4. My question is that the script generating the input stream (that has to be feeded into s4) can be in python or it needs to be in Java only, since S4 ...
-1
votes
0answers
10 views

New Idea in vertical fragmentation using AI

I need a help for new Idea in Vertical fragmentation using Artificial Intelligent (Distributed Database) So I can do it as a Master Thesis. Regards
0
votes
0answers
6 views

Zookeeper Queue with Lock

As we see in Java Linked Blocking Queue, take() method takes lock/gaurds the tail node before dequeueing from queue. So no 2 threads will take the same node from the tail. In case of zookeeper, all ...
0
votes
0answers
34 views

distcc like framework for Windows

We are running some heavy computations that can take a lot of time (even days). We have an architecture similar to that of a compiler (compiler + linker): many blocks of data that need to be ...
2
votes
1answer
21 views

Will mapreduce use node where most of the gzip'd file is?

I'm having an HDFS cluster with some big gzip'd files. I made sure all the blocks of those gzip'd files are on the same DataNode, by writing them to the HDFS from this data node. for i in {1..10}; ...
1
vote
0answers
34 views

Zookeeper Producer Consumer

I have few doubts on how producer consumer recipe will work with Zookeeper. All the examples I have seen so far have producers and consumers in the same java processes as separate thread. But the ...
0
votes
2answers
28 views

Hazelcast single node fast startup for debugging

I'm writing an app that uses Hazelcast. My app is really slow to start because Hazelcast tries to talk to other nodes on the network on startup. This is fine for production, but when I'm doing ...
0
votes
1answer
29 views

WCF, does the Client have to call the Server first?

Does the Client always have to contact the Service 1st? Would it be possible to specify a specific EndPoint address on the Client, in the Service class, so that when each instance of the Service is ...
0
votes
1answer
32 views

WCF, dealing with simultaneous requests from multiple servers

I have a block of work which ive split into smaller blocks. I want to assign each block to an instance of NumberCruncher (Each instance would be hosted at a unique EndPoint and would be run on a ...
2
votes
0answers
40 views

WCF multiple instances of a service, 1 per thread

Im trying to set up a distributed computing environment using WCF. I have a large amount of data to process, which i have managed to split into discrete blocks. Is it possible to create multiple ...
0
votes
0answers
8 views

Consistency in Stock Market Site Servers

What type of data consistency is implemented on Stock Market Site Servers? For example Weak consistency,FIFO consistency etc.
1
vote
4answers
53 views

data bridge between Java and Python daemons

I have two background processes running on linux machine. One is Java and second one is in Python. What would be most efficient way to exchange data between these two apps ? I am talking about text / ...
0
votes
0answers
16 views

Distributed System Monitor and Control [closed]

I have an application that consists of a set of Java and C++ processes running on one or more systems and I need to ability to monitor and control the components as if they were one complete system. ...
1
vote
1answer
46 views

Isn't Hadoop more of a grid than a cluster?

I've heard the term "Hadoop cluster", but it seems to be contrary to what my understanding of a "grid" and a "cluster" are. My understanding is that a grid is a distributed system consisting of 2+ ...
0
votes
1answer
44 views

Using WCF http to communicate over a LAN

Im trying to communicate with two pc's via an ethernet cable. I've gone into the settings and told it to use two specific ip addresses. Ive turned the firewalls off on both pc's and managed to ping ...
-3
votes
1answer
44 views

Distributed Programming in JAVA [closed]

I am making a Project in which i am going to Fetch Records from DB, I want to Divide Fetched data in two part & processing should be done one by one on each records. the Processing is time ...
0
votes
0answers
28 views

Distributed Computing, which approach would be most appropriate

Im trying to figure out how to set up a distributed computing program as my existing program is taking too long to run on a single pc. Below is a diagram of how i believe it would be set up. ...
1
vote
1answer
21 views

Will MPI_Send block if matching MPI_IRecv takes less data elements?

Assume the following MPI Code. MPI_Comm_Rank(MPI_COMM_WORLD, &rank); if (rank == 0){ MPI_Send(a, count, MPI_CHAR, 1, 0, MPI_COMM_WORLD); MPI_Send(b, count, MPI_CHAR, 1, 0, MPI_COMM_WORLD); ...
3
votes
1answer
118 views

How does ManagedProcess in Cloud Haskell work?

I'm following this tutorial and looking at the test case in source code. My code use SimplePool.hs in the source code and created the following file: (snippet) sampleTask :: (TimeInterval, String) ...
0
votes
1answer
31 views

Multiple Keys for exact and approximate lookups in C

I am trying to develop a network resource manager component in C which keeps track of various network elements over TCP/UDP sockets. For this, I use three values : Hardware Location Number Service ...
1
vote
1answer
26 views

avoiding overuse of consensus protocols in a distributed system

I'm new to distributed systems, and I'm reading about "simple Paxos". It creates a lot of chatter and I'm thinking about performance implications. Let's say you're building a globally-distributed ...
2
votes
1answer
48 views

Distributed computing in Java, choice of application server

I am currently trying to incorporate an open-source business-process-engine (Activiti) into another application from my company but I am uncertain how to do this in a distributed manner. The ...
0
votes
1answer
18 views

Communicate Spring app with distributed workers

I have a Java Spring web project that generate, via web, tasks that are sent to remote workers. These workers fetch files from several urls and compute data. Both parts are ready and working but I ...
0
votes
1answer
35 views

Unable to run “gearman” command line tool with gearman 1.1.6

I am trying to run the example on "http://gearman.org/getting_started" on Ubuntu in VirtualBox environment. At first I tried to download an old version 0.16 by using apt-get install ...
0
votes
1answer
38 views

Does Hadoop have an overhead for systems with not so large dataflow?

I am planning to write a batch distributed computing system that will use about 10-20 computers. The data flow in certain parts of the system will be about ~50GB, and in other parts considerably ...
-2
votes
1answer
45 views

Single Node Cluster vs Multi Node Cluster [closed]

What is the difference between a single node cluster and a multi node cluster? Which is the better setup? What are the advantages/disadvantages of each setup?
0
votes
0answers
34 views

Design/Architecture of analytics systems for the web - any great resources out there?

Web services that aggregate data, crunch it and expose it to the user are dime-a-dozen these days, and I just so happen to be working on developing one. Think of services such as Mint.com, ...
0
votes
0answers
34 views

Which are the Best Resources for the Gnutella P2P protocol?

I'm looking for using the Gnutella P2P protocol for something other than file-sharing. I want to implement distributed processing using it. For that, I need to learn it in detail. Are there any good ...
0
votes
1answer
19 views

Leader Election over SQS/SNS?

I'm using the bully algorithm to perform leader election among a cluster of machines. I plan to use a topic as the communication medium. Has anyone tried using SQS/SNS for something like the bully ...
0
votes
1answer
5 views

Get information about splayd

I am using the SPLAY simulator for distributed applications and I want to submit a simple program that show a message and some info about the splayd that executes that function(like ID, name etc.) but ...
0
votes
0answers
22 views

will separating the implementation of game servers rendering and networking code improve performance?

I currently have a game server doing to following - all in c++ code serially - 1)collect every clients interaction, then 2)calculate total effect on system (server has a physics engine ...
0
votes
0answers
11 views

Does Table Module pattern deprecate objects?

I hope I'm clear, this is a difficult question to explain. When implementing only a sub-set of business features for a web application would the use of the Table Module pattern (as described by ...
1
vote
1answer
51 views

Can more than 1 process use MPI_Scatter?

Assume I have 3 processes that have the following arrays: P0 - int sendBuff[3] = {1,2,3}; P1 - int sendBuff[3] = {4,5,6}; P2 - int sendBuff[3] = {7,8,9}; Assume each process has a int recvBuff[3]; ...
-2
votes
0answers
30 views

FSP model for email system [closed]

FSP model for email server and email client: There are two user jan and imran,Each users has a message box on the server that can accept a maximum of 3 messages. Each user may either send a one-line ...
0
votes
0answers
30 views

Can centralized database be avoided by data redundancy?

I am developing a client-server system. The server has a database that stores client data. According to this source, it is not advised to have a centralized database (a single database) in the server. ...
0
votes
0answers
21 views

A suitable way to store the data of a tree in a directory service - Java

I am trying to implement a directory service distributed system between a client and a server. I am using JAVA to write the code files of the client and the server. The directory service should have ...
1
vote
0answers
19 views

Datastore replication: help characterize legacy system topology

A new system has been built to gradually assume the responsibilities of the legacy one. Both collaborate in production. To facilitate this, they share a replicated domain object model. Both use ...
2
votes
1answer
49 views

How to release the reference in a Server DCOM when the client crashes the connection

In a Client / Server environment, where the server implements the COM interface, there are cases where the connection is lost for some reason (client crashes), but the instance of the thread it stays ...
0
votes
2answers
83 views

Method to replicate sqlite database across multiple servers

I'm developing an application that works distributed, and I have a SQLite database that must be shared between distributed servers. If I'm in serverA, and change sqlite row, this change must be in ...
0
votes
0answers
38 views

Why are Computational Fluid Dynamics Problems Difficult to Solve in Parallel Processing?

I've heard this in distributed computing circles. I'm no mechanical engineer. Can you tell why this is so? And are there any solutions to this? P.S: can I use the Finite Element method as a solution? ...
10
votes
1answer
176 views

Could AKKA remoted actors be a used in a p2p swarm context?

Most of the use cases I've seen for Akka actors are highly performing multicore servers or local clusters. I'm curious about it's applicability to more remote high latency and highly failing swarm ...
12
votes
3answers
281 views

Dynamic typing and programming distributed systems

Coming from Scala (and Akka), I recently began looking at other languages that were designed with distributed computing in mind, namely Erlang (and a tiny bit of Oz and Bloom). Both Erlang and Oz are ...
0
votes
1answer
82 views

no overload method takes 2 arguments

Hi I have a WCF service and within it I have this method void SendData(int pumpNo, List<String> pumpInfo); however when I try to pass an int and a list into it, I get an error saying ...
1
vote
1answer
33 views

Profiling distributed systems

I was wondering about possible ways to track down performance bottlenecks in distributed systems. I am aware of tools like X-Trace and its offspring (e.g. Dapper) but I am more curious about the ...
0
votes
1answer
38 views

CORBA: Server as a Client

I have been looking around and can't find an example of a CORBA server implemented as a Client as well. I understand you can have a Client Connecting to a Server to Call methods but is there a way to ...

1 2 3 4 5 14