Tagged Questions
The distributed-computing tag has no wiki summary.
-1
votes
1answer
31 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 ...
-2
votes
0answers
52 views
What it takes to make a big distributed system? [closed]
I work for a company for the past 7 months, where I write a bit of code everyday in Java and somettimes Python.
I want to make a Application like Splunk. It gathers log from several hosts and then ...
3
votes
2answers
66 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
146 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, ...
3
votes
0answers
131 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?
10
votes
7answers
350 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
74 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
186 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
132 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
142 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
91 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
171 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
167 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
82 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
155 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 ...