I am building an application which, hopefully, will be installed on many clients (desktop and mobile). Client A may generate a file and publish that he has it. Clients B-Z may decide they want this fi
I have three servers that are used to manage a bunch of other client servers.One of the managing servers has nagios, the other h开发者_开发问答as a web proxy, another has an ldap and MySQL server.
I am trying to design a distributed application in Java with a few servers and a few managers (applications monitoring and configuring the servers). Most of the traffic between the servers and the man
We have two or more instances (\"Nodes\") of a program connecting to eachother over TCP. We have implemented it as follows:
I just want to know different models to implement/design a distributed architecture. I know some of the technologies in this field like
I want to use in my haskell project xml library (http://hackage.haskell.org/package/xml) I downloaded it.then try to build and install:
I have thought a long time about decentralized applications and their advantages, especially the fact that they tend to be more reliable and cheap when there are a lot of traffic involved, something t
I\'m working on a complex network software and I have trouble determining how to improve the systems performance.
Very often I need to get the values for a long list of N keys such as [1267, 56578, ... , 9800] Those values are stored on M different Memcached servers.
Could someone give me a list of real use cases of Paxos. That is real problems that require consensus as part of a bigger problem.