0
votes
1answer
348 views

What is meant by Distributed Systems Coding interview questions

I was told that I will be asked coding questions in my interview and that the context will be related to Distributed Systems (I took ONE Distributed Systems course and I don't even remember much from ...
1
vote
2answers
88 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. ...
2
votes
3answers
408 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 ...
9
votes
3answers
317 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
184 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
2answers
513 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 ...