Tagged Questions

12
votes
8answers
9k views

Best distributed filesystem for commodity linux storage farm

I have a lot of spare intel linux servers laying around (hundreds) and want to use them for a distributed file system in a web hosting and file sharing environment. This isn't for a HPC application, ...
8
votes
3answers
3k views

What are some good interview questions for Distributed Systems? [closed]

For a job that has a bend for distributed systems, what would you ask the candidate? Easy, intermediate and advanced questions are all welcome. I don't have specific requirements for the job. General ...
3
votes
2answers
512 views

What are the essentials of real-time distributed systems?

I am getting my foot into contracting and have had today my first round interview for a contractor position. I have passed it however I was told - being mainly a UI developer - I only covered the ...
3
votes
1answer
142 views

What are the best papers for learning about algorithms for communicating updates in a distributed system?

I have a distributed system in mind (multiple nodes in a single datacenter) that I want to have the following properties: nodes can enter and leave the system at any time. There is no data ...
2
votes
0answers
80 views

Virtual synchrony

I am doing with a friend of mine a system to implement a reliable multi cast library. We are dealing with many processes belonging to a group; any process can join or leave the group. If one sends a ...
2
votes
1answer
262 views

How to design task distribution with ZooKeeper

I am planning to write an application which will have distributed Worker processes. One of them will be Leader which will assign tasks to other processes. Designing the Leader elelection process is ...
1
vote
0answers
22 views

Looking for a Simple Job Control Framework (Not looking for schedulers like Quartz)

I am looking for a simple Job Control Framework to: Check up on the status of processes running on different machines The machines would be running a LINUX distribution The processes would be ...
1
vote
1answer
182 views

Some ideas about leader election

I am trying to perform leader election. These days I am thinking of using a key-value store to realize that but I am not quite sure if the idea is reliable as for scalability and consistency issues. ...
1
vote
1answer
251 views

Open distributed computing research questions/topics?

Hej, I recently read a lot of papers from Lamport, Fischer, Lynch, Brewer to get a feeling for their perspective of distributed systems. I was wondering, what are current open distributed computing ...
0
votes
0answers
5 views

Any distributed file system which support constant time cloning

lustre, or google file system(GFS) split a file into some kinds of block, and save them to various nodes. So they can acheive scalability, distributed traffic. ZFS, btrfs, wafl support constant time ...
0
votes
1answer
59 views

locking on a server farm (asp.net)

I would like to know if there are any ways one can perform 'locking' on an asp.net web application which is deployed on multiple servers, using a distributed server like MySQL Cluster. For example, ...
0
votes
1answer
53 views

Geographical redundency for database: What are the options?

We need to provide Geographical Redundancy in our project, it has massive DB (2-20 TB depending on specific customer's requirement). We have continuous in-flow of data from network (e.g. 1-20 GB per ...
0
votes
2answers
464 views

Do you recommend any good book about distributed systems and cloud computing?

I'm learning about Microsoft Azure, and there are lots of concepts that, although are not new for me, I'd like to know more about them, like for example database sharding, denormalization, nosql, ...