2
votes
6answers
62 views
Distributed Computing Framework (.NET) - Specifically for CPU Instensive operations
I am currently researching the options that are available (both Open Source and Commercial) for developing a distributed application.
"A distributed system consists of multiple …
0
votes
1answer
33 views
Collection replication using multicast
Hi, need a technology (open source or build myself) usable from C# that allows me to in one process maintain a “master” collection of objects (says a Dictionary of Customer objects …
0
votes
0answers
41 views
file systems - theoretical [closed]
Hello guys, i have some theoretical questions which im not clear with, so if someone can explain i would be very grateful, it related to file systems.
Are there, and what are the d …
1
vote
3answers
175 views
Distributed system design using only C
Hi,
I have the work of implementing a distributed system of nodes (like p2p nodes) each of these nodes (lets say A,B,C and D) perform certain functions and need to interact with e …
0
votes
1answer
28 views
How to use database server for distributed job scheduling?
I have around 100 computers and few workers on each of them. The already connect to a central database to query for job parameters.
Now I have to do job scheduling for them. One j …
1
vote
1answer
22 views
What is Distributed Lock Server
What is Distributed Lock Service (or Server)? When it needs to be used?
1
vote
3answers
62 views
Java Equivalent of distcc
Distcc makes it easy to distribute a C or C++ compile job across a number of machines, and is a godsend for working with large, frequently-built codebases.
An increasing number of …
0
votes
1answer
30 views
P2P or Distributed System implementation
Hi,
I have the work of implementing a distributed system of nodes (like p2p nodes) each of these nodes (lets say A,B,C and D) perform certain functions and need to interact with e …
0
votes
1answer
20 views
What are the differences between Tibco EMS and Rendezvous
What are some of the key differences between these two technologies? Does one have obvious advantages over the other?
0
votes
3answers
41 views
Database architecture change from local to distributed
Our company has a product which relies on local database to work (it allows more client to connect to same database and share data between them).
DBMS: Microsoft SQL Server 2008 …
0
votes
3answers
90 views
How to develop a distributed application in c#
Hi everybody
I am going to develop a distributed application and i haven't develop distributed application
before so i have many questions in my head so to explain these question …
16
votes
7answers
423 views
Anatomy of a Distributed System in PHP
I've a problem which is giving me some hard time trying to figure it out the ideal solution and, to better explain it, I'm going to expose my scenario here.
I've a server that …
0
votes
2answers
43 views
SQL-Server DB design time scenario (distributed or centralized)
We've an SQL Server DB design time scenario .. we've to store data about different Organizations in our database (i.e. like Customer, Vendor, Distributor, ...). All the diff organi …
0
votes
1answer
13 views
How to efficiently lookup information about a UUID in a distributed environment?
Hello All,
I am currently partitioning the UUID space using modulo, so data lookup doesn't require pinging every single server. However, the main problem with modulo is scaling be …
0
votes
3answers
71 views
Distributed Database Project
I am required to do a project for my distributed database systems course.
This can be anything related to distributed database systems.
Anyone have interesting ideas for a project …
