distributed-system
Assigning unique numbers to Web Service nodes with a Cassandra Database
To best explain my goal, I will simplify the problem to the basics of my requirements. Please let me know if more details are needed for clarity.[详细]
2023-03-31 18:31 分类:问答NServiceBus: Sharing Message DLLs
I have been recently looking into NServiceBus, as I thought messaging would be a good way to reduce dependencies between systems. However, one of the first things that struck me is that the message pu[详细]
2023-03-25 02:00 分类:问答Fault tolerance through replication of SQL databases
Suppose the middle tier servers are replicated 3 way and the backend database (MySQL, PostgreSQL, etc...) is replicated 3 way. A user request ends up creating some user data in the middle tier servers[详细]
2023-03-21 17:38 分类:问答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. T[详细]
2023-03-08 11:05 分类:问答Understanding how to manage message routing direction in P2P Chord/Pastry-like networks
This is a question about a large scalable P2P networking approach: logical ring net ovrlay. Consider the context of P2P networking. There are N computers that are connected everyone to each other thr[详细]
2023-03-06 01:04 分类:问答what is the Vertical and Horizontal distribution?
Vertical distribution : Distributed processing is equivalent to organizing a client-serverapplication as a multitiered architecture[详细]
2023-03-02 14:12 分类:问答General Knowledge Question: Network Access Time, Cache Access Time, Disk Access Time
I have written a simulator of a client-server based distributed file system. Now to calculate the average block access time,I want the following:[详细]
2023-03-02 05:35 分类:问答Why doesn't Hadoop file system support random I/O?
T开发者_StackOverflow社区he distributed file systems which like Google File System and Hadoop doesn\'t support random I/O.[详细]
2023-02-28 14:41 分类:问答Distributing an application server
I have an application server. At a high level, this application server has users and groups. Users are part of one or more groups, and the server keeps all users aware of the state of their groups and[详细]
2023-02-24 04:44 分类:问答The Most Fitting NoSQL DB for a Decentralized Hub-and-Spoke System
We are building a distributed system that has an Hub-and-Spoke topology: central office and remote sites which are connected to the central office, in low-bandwidth (~10Mbps) WAN connection.[详细]
2023-02-20 10:12 分类:问答