The tag has no wiki summary.

learn more… | top users | synonyms

-2
votes
0answers
17 views

Can anyone explain the logic for image indexing & retrieval & Retrieval in map-reduce using LIRe APIs?

Can anyone explain the logic for image indexing & retrieval & Retrieval in map-reduce using LIRe APIs? I am working on hadoop based project which involves image indexing & retrieval ...
5
votes
0answers
182 views
+50

How Does Populating Pastry's Routing Table Work?

I'm trying to implement the Pastry Distributed Hash Table, but some things are escaping my understanding. I was hoping someone could clarify. Disclaimer: I'm not a computer science student. I've ...
4
votes
1answer
26 views

Is there any technology for dynamic assignment of execution context for programs that target many platforms with widely varying runtime performance?

This may very well be nothing new and probably exists, but I've never learned about it and would like to. The simplest way to be more specific is just to give an example. I was on the bus and ...
1
vote
1answer
34 views

Exclusive use of a Jini server during long-running call

I'm trying to use Jini, in a "Masters/Workers" arrangement, but the Worker jobs may be long running. In addition, each worker needs to have exclusive access to a singleton resource on that machine. ...
0
votes
3answers
149 views

Can an issue tracking system be distributed?

I was thinking about issue tracking software like Redmine, Trac or even the one that is in Fossil and something hit me: Is there a reason why Redmine and Trac are not possible to be distributed? Or ...
0
votes
1answer
24 views

Question for Enterprise control language(HPCC)

does anyone got some idea about ECL which is Enterprise control language used in HPCC(high performance cluster computing) used for distributed computing? i got some problem and not getting any answer ...
0
votes
2answers
279 views

why are transaction monitors on decline? or are they?

http://www.itjobswatch.co.uk/jobs/uk/cics.do http://www.itjobswatch.co.uk/jobs/uk/tuxedo.do Look at the demand for programmers (% of job ads that the keyword appears), first graph under the table. ...
4
votes
1answer
98 views

How to rewrite a TCP MMOG server designed to run in a single machine, in a distributed way?

I have a MMOG server running on C++, using winsockets. My server won't support more than 200 players. I had the idea of redesigning it so it will use multiple servers instead of one, so, maybe, for ...
2
votes
2answers
115 views

Synchronizing local and remote cache in distributed caching

With a distributed cache, a subset of the cache is kept locally while the rest is held remotely. In a get operation, if the entry is not available locally, the remote cache will be used and and the ...
2
votes
1answer
44 views

Any reference doc /model/ implementation of enforcing events dependency/ordering in distributed computing?

For example, Process P is listening to events E(A) and E(B), but to process either of the events, P needs the other event available too. Naively, when P receives either of the events, it will check if ...
0
votes
1answer
170 views

Suggestions for final year project (something in cloud) [closed]

I'm interested in cloud and distributed computing. I recently heard about Apache Hadoop. Also checked HBase, Hive, Cloudera and other extensions. Can i take any of these topic, extend it further for ...
3
votes
2answers
118 views

Optimistic work sharing on sparsely distributed systems

What would a system like BOINC look like if it were written today? At the time BOINC was written, databases were the primary choice for maintaining a shared state and concurrency among nodes. Since ...
5
votes
3answers
234 views

Good books to learn distributed computing

Are there any good books to learn about distributed computing ? I work on large scale java applications. Recently my colleagues started talking about things like distributed cache, load balancing, ...
1
vote
1answer
206 views

Alternatives to code migration for distributed systems

I know code migration can allow a distributed system to adapt itself to changes of the system. Are there other alternative mechanisms that allows the system to adapt itself to different machines?
13
votes
8answers
480 views

What exactly is distributed computing?

So I'm a senior in college and a couple of weeks ago, I interviewed at Microsoft for an entry-level SDE position. While most of the interviews (out of the total 7) were on the general principles of ...
1
vote
1answer
117 views

Scalable distributed file system for blobs like images and other documents

Cassandra & HBase both do not efficiently support storage of blobs like images. Storing directly on HDFS stresses the Namenode because of huge number of files. Facebook uses Haystack for images ...
5
votes
4answers
214 views

How to effectively (but minimally) *simulate* a distributed computing environment?

I am doing some personal research on Byzantine Faults. I am trying out algorithms from various research papers which present algorithms for consensus in distributed systems like this one. For this i ...
4
votes
2answers
176 views

How to implement a lightweight clustered architecture for a distributed application

I currently have a distributed application that runs on multiple embedded PCs. The whole application is composed of one master server and several nodes. Each node is an embedded PC that runs Windows 7 ...
2
votes
3answers
162 views

Promoting scalability in small business applications

I am part of a small software company that specializes in small to medium-sized business applications and my experience with distributed architectures/SOA is limited. Please let me know if I'm going ...
2
votes
1answer
99 views

List of good (and freely available) papers on distributed systems [closed]

I was wondering if any body could point me to some relevant papers on designing distributed systems. I am looking for literature in the league of Amazon's Dynamo paper and Google's MapReduce. I am ...
9
votes
3answers
193 views

Is there a canonical book on distributing computing in Java?

I have spent the last 2-1/2 years building a distributed application. We started testing it a couple months ago and we're moving it into production. Everything runs fairly well, but it could ...
0
votes
1answer
177 views

I need help understanding what the goal of my project is, and what some possible implementation options are

I am tasked with deploying the Java Pet Store in a distributed system, using two or three computers. However, I am not sure how to do this. Suppose I wanted to just add RMI functionality so one system ...
2
votes
1answer
118 views

Client–server models and Client-centric models

For distributed applications, emphasis mine: Where classic software systems of the past century were mostly based on Client–server models and Client-centric application development, both ...
1
vote
3answers
177 views

Does the new field of “Autonomic Computing” strike you as an achievable goal with current computing power?

Autonomic Computing is mainly studied in academia. IBM does have a fairly advanced DB2 system with fail-safe capability. What do you think is the main challenge with Autonomic Computing? And what PL ...
1
vote
1answer
82 views

How do you control nodes in a server farm?

I've been reading about hadoop and multi-node setups, and it says in the documentation that you must have a JVM and hadoop software already running on those nodes. My question is, do people install ...
2
votes
6answers
116 views

Distributed/Network application development that is user focused but NOT web application development

I was curious, what other architectures exist for business or user focused development that aren't written using web applications. Are these architectures used today? If you are or were in the ...
4
votes
4answers
285 views

How do I get into a career in distributed systems?

I am enamored by reliable distributed systems and want to spend my career improving them rather than merely using them to write the same CRUD applications over and over. What experience will convince ...
2
votes
3answers
224 views

Making a virtual supercomputer with distributed P2P computing

I was just having this idea once and wondering if there's any possibility to harness the power of p2p distributed computing to make a virtual supercomputer with the following features: Works like a ...
2
votes
1answer
104 views

PGAS Systems in the wild

Has anyone had any experiences with developing a Partitioned Global Address Space product or system, or an application that used PGAS, or anything PGAS-like? I'm looking for insights, warstories, and ...
2
votes
2answers
328 views

cloud computing certification

I have been working in java for 3+ years and I would like to be certified in Cloud Computing. Like Sun Java certification, do we have one standard recognition that provides cloud computing ...
1
vote
1answer
229 views

Research paper on distributed computing - Advice?

I am writing my first research paper on distributed storage systems. We also have a prototype working (partially). The project was a complete implementation based project where we envisage to take ...
5
votes
1answer
223 views

Gossip protocol in a Ring topology

I am implementing a gossip based membership detection mechanism. Lets say we have a ring topology, i.e. node1 only knows about the 2 nodes (node4 and node2) around it. node1 ...
8
votes
1answer
696 views

What are the solutions to the Distributed Queue problem?

I am trying to learn more about the various ways that the problem of a Distributed Queue may be solved. So I would like know what products, services, implementations and research papers that are ...
7
votes
3answers
727 views

MapReduce explained with diagrams?

I'm searching for an explanation of how MapReduce works with visuals. Specifically, a flow chart of actions and pictures of how it deals with information on the stack/memory in parallel to return. ...