The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
15 views

I need to know about jmdns [closed]

I need to develop java based application for identify smart devices(like wifi enabled phones) via Wifi and then need to send message like "Hello". So I decided to choose jmdns. But unfortunately I ...
0
votes
2answers
39 views

How to avoid bottleneck performance?

A distributed system is described as scalable if it remains effective when there is a significant increase the number of resources and the number of users. However, these systems sometimes face ...
2
votes
1answer
35 views

Synchronization mechanisms in distributed system

What are the distributed synchronization mechanisms? Is it the answer can be physical clock and logical clock? i need clarification. thank you.
3
votes
2answers
37 views

Solution for system online or offline

The company that I work for has a web system, some modules will be used in the works, which do not always have connection to the internet. What the best solution to deploy web modules of the system in ...
-3
votes
0answers
19 views

Impact factors for performance failures on distributed systems [closed]

I have a research about the impact factors that affect the performance on distributed systems and I didn't find anything that help. Please any help on that? thanks in advance
1
vote
1answer
106 views

Distributed System: Leader Election

Im currently working on a Distributed System where we have to implement some kind of Leader Election. The problem is that we would like to avoid that all computers have to know each other - but only ...
2
votes
1answer
39 views

how Message Queue System Works?

i have studied Message Queues System in my Class but i still didn't get it's how these Message Queues System works in real time scenarios? is there any tutorial which can help me to get complete ...
1
vote
1answer
44 views

What is middleware in distributed systems?

I am taking a class on distributed systems right now and I can't grasp the idea of middleware. I understand that it is a software layer that provides a level of abstraction between the application and ...
0
votes
0answers
46 views

using mmap to allocate locally invalid address in userspace

Using http://www.spinics.net/lists/newbies/msg13355.html as reference i am trying to code a distributed shared memory system in user space. Here is the code that i have so far i cant seem to ...
0
votes
1answer
56 views

Distributed system definition and understanding? [closed]

I'd like to ask whether a system like this could be understood as a distributed system: A system consists of 2 parts: Apache servers running PHP: receiving requests from Android devices and ...
3
votes
1answer
117 views

Different scenarios on distributed processing [closed]

I have a web application - a simple web application archive file - that having several storage adapters for different storage types ie. MongoDB and CouchDB. By using this application I can store/query ...
0
votes
1answer
58 views

Persistence using XML throwing null pointer exception

I am designing a distributed system which is persisting an ArrayList of stock to a file. I am writing stock to the file and upon reading that file, I receive a null pointer exception error. This is a ...
1
vote
1answer
57 views

Frameworks of distributed test

I'm searching for some frameworks for distributed job execution based on Perl or Python. Here's the thing: In my team we have to run about a thousand regression tests per week to make sure the new ...
1
vote
2answers
52 views

Local, low-volume message passing for massively distributed cellular automata

I'm working on developing a simulation using massively distributed cellular automata. Cell simulations are distributed across nodes and coordinated using ZooKeeper. Persistent data is stored in Riak. ...
0
votes
1answer
66 views

Starter with Hbase and hadoop [closed]

I'm new in hadoop and Hbase. I searched in precedent posts but I don't see answers to my questions. I have to create a distributed database using Hbase and Hadoop, but I have no idea how to start. I ...
0
votes
0answers
128 views

Bachelor thesis - Distributed Systems Video Coding Cloud Computing

I would like to begin my thesis(Computer Science/Computer Engineering uni) soon and I would appreciate it if you threw some ideas. I'm interested in Distributed Systems. I find the MMOG architecture ...
0
votes
1answer
97 views

Implementing fault tolerance in distributed message queues

Suppose in the picture below that the middle message queue fails. Senders can still get messages sent by using other message queues. But what happens if the message queue dies after receiving the ...
0
votes
1answer
80 views

Adding slave in PVM asks for password

I tried to add slave in master machine. But when it adds it ask for password. That I didn't understand. Master = jhamb Slave = naveen, raja, gaurav Please solve below error. Looking for your kind ...
0
votes
2answers
74 views

Failed to establish ssh connection passwordless to run PVM codes

I tried to build PVM code. For that a ssh connection without password is required. I searched a lot and I found a tutorial , I implemented the same, but it didn't work. My work:- master is jhamb. ...
0
votes
2answers
60 views

How to best set up a “central” git repository from a current existing local git repository?

I know git is distributed, and frankly I like that property about it. The situation is that I have been a sole developer of a piece of software that I have been managing by git since its inception, ...
-2
votes
1answer
93 views

Books on distributed system (JAVA) [closed]

I want to know some books which i can refer for distributed systems, good to have if possible if it contains open-source implementations details. Now every where these words (distributed system, ...
1
vote
0answers
71 views

Domain Events and Commands in Distributed System (DDD)

Lets say i have distributed architecture (client-server). On client side there is ServerEntity class, on the client side its ClientEntity class. I want ClientEntity simply to request some data from ...
1
vote
2answers
215 views

Difference between Partial Replication and Sharding?

I was wondering if sharding is an alternate name for partial replication or not. What I have figured out that -- Partial Repl. – each data item has only copies at some but not all of the nodes ...
-4
votes
2answers
421 views

How to design heartbeat in java

I am designing a system with a client and a server, the client needs to send heartbeat to server to let the server know it's alive. The client is written in java, the communication between client and ...
0
votes
1answer
111 views

Problems about Consistency model in google file system

After reading the article The Google File System, I'm still confused with some points: what are the advantages of 'append operation' versus 'write operation'?The article emphasize using append ...
0
votes
1answer
33 views

Data transfers (from/to server vs from/to client) in non-browser distributed applications

So we have command line scripts (written in Python) that sit on customer machines and send us data in CSV after every 24 hours. Now we are at a point that we actually want to be able to tell the ...
1
vote
0answers
18 views

Storing associations to remote object using URI's

While working on a new application I came across a new, for me, scenario. Our identity system is a stand alone application with it's own data store only accessible though REST APIs. This is the theme ...
1
vote
3answers
295 views

rmi registry binding issue

I'm running RMI Regitry on a virtual machine (running Windows XP) with IP: 192.168.133.2 and trying to bind an RMI server (running on different vm XP IP: 192.168.133.3) by using this code: ...
0
votes
2answers
127 views

Drawing a vector clock timeline

I have a question which is asking to draw a vector clock timeline diagram to illustrate the partial order happened-before relation on events. Here are the vector clocks: V(a) = (4,4,2) V(b) = ...
1
vote
1answer
62 views

The impact of a distributed application configuration on node discovery via net_adm:ping/0

I am experiencing different behavior with respect to net_adm:ping/1 when being done in the context of a Distributed Application. I have an application that pings a well-known node on start-up and in ...
0
votes
1answer
390 views

implementing leader election algorithm using RMI in java [closed]

i have to submit a distributed system project in a week .. i should implement the leader election algorithm written in the following paper ...
1
vote
1answer
41 views

Comparison of Vector clocks for event correlation

I have a bunch of log files consisting of event logs along with their vector clocks logged in them. Now while comparing the vector clocks of any two events, would it be correct to take the root of the ...
0
votes
1answer
87 views

Data Structure for happened before relationship in C++

What is the best structure for maintaining a global happened before relationship in C++. I was thinking of array of linked lists(Array is each process and items in the linked lists are events). But it ...
0
votes
0answers
79 views

Distributed search system JAVA

I want to create an offline distributed search system (later I'll use sockets and multithreads). For now, to begin, I'm saving the absolute paths of a specific directory(if I put C:\, il will be for ...
1
vote
0answers
102 views

Design a system for showing quotes on the web [closed]

Question: Design a system for showing quotes on the web. For example, when the user is looking at page A, part of which is reproduced in page B, the system could highlight part of page A present the ...
0
votes
0answers
76 views

What are differences between the security needed for distributed operating systems and those of distributed systems in general? [closed]

I'm aware that the distributed nature of a distributed operating system (DOS) requires encryption of data transferred between remote computers that contain parts of the DOS, as well as authentication ...
0
votes
0answers
137 views

How does High Replication Datastore implement consistent reads

I watched the video in the link below to understand how the High Replication Datastore works. Writes are synchronously replicated to a majority of the replicas and the remaining replicas receive the ...
0
votes
1answer
56 views

replicas in replication

Data in a system is collection of items i.e objects. These logical objects are implemented by a collection of physical copies called replicas. The replicas are physical objects, each stored at a ...
0
votes
0answers
35 views

How to convert multithreaded shared memory server using actors?

I read on internet a lot of articles praising the actor model of computation over the classical approach of writing server but none of the articles were giving a concrete example of this conversion. ...
0
votes
0answers
29 views

Distributed Applications that uses artificial intelligence?

We are doing a survey of distributed applications that uses artificial intelligence, if you know names of the applications or software let us know.
-1
votes
3answers
82 views

Want to sort of create a distributed file system? [closed]

Where I work there is about 400 employees split between several campuses at the two main campuses we have servers set up and shared folders on the servers. I want to setup a system so we have one ...
0
votes
1answer
172 views

Why is the word “entropy” present in anti-entropy protocols?

Anti-entropy protocols are a form of gossip protocols. http://en.wikipedia.org/wiki/Gossip_protocol. I was wondering if someone could explain, the the significance of word entropy here.
0
votes
1answer
103 views

Is it common practice to have a shared and dedicated assembly or library for messages in a distributed system?

I'm talking a crack at some of the concepts behind distributed domain driven design and I'm building a proof of concept. I have three C# solutions that have specific responsibility within the overall ...
1
vote
1answer
94 views

Version control vs. automatic distribution vs. dependency management

Imagine a distributed software system, installed on a group of a few hundred computers (nodes). Nodes are responsible for automatically running scheduled tasks. There are hundreds of tasks, and every ...
0
votes
0answers
79 views

Using Lucene on a Distribute Filesystem that supports FUSE

I've been looking at some Distributed file systems (other than HDFS) and I came across some great FUSE mountable options like MooseFS, Gluster etc. As a NoSQL investigator I've been looking around if ...
1
vote
1answer
63 views

promoting a master in replication

I am designing a replication algorithm, to promote a master among many slaves. I want it to be faster and simpler than Paxos. The basic idea is: Assign each node a 'Promotion Priority', for example ...
0
votes
1answer
180 views

What environment do I need for Testing Big Data Frameworks? [closed]

As part of my thesis i have to evaluate and test some Big Data Frameworks like Hadoop or Storm. What minimal setup would you recommend to get some relevant Information about Performance and ...
0
votes
2answers
155 views

What is a proxy? What is it in Apache? Does it have many different meanings?

It has nothing to do file-descriptors. Is it some sort of connection between different protocols? Does there exist more like that? Reverse -proxy? Direct -proxy? Indirect -proxy? Does proxy mean ...
0
votes
1answer
157 views

Implementing a distributed database

I need to implement and algorithm for deadlock avoidance and detection in a database system. I would like to know how do i create a distributed database system for the same using either mysql or ...
0
votes
0answers
69 views

proxy for distributed file share system in window

Our application is deployed in a cluster environment,we have five servers(nodes) to serve the appliation. And the datasource is not database but share file system in windows. We have two file ...

1 2 3