distributed-computing
Using Paxos in dynamic environment
Paxos algorithm can tolerate up to F failures when using 2F + 1 processors. As far as I understand, this a开发者_JAVA百科lgorithm works only with fixed number of processors. Is it possible to use this[详细]
2023-03-30 06:10 分类:问答Distributed Computing In C#
I have a specific DLL that contains some language processing classes and methods. One of these methods gets a word as an argument and does some calculation about 3 sec and save the related result on a[详细]
2023-03-26 22:34 分类:问答P2p to find other clients (for distributed computing project)
I would like to ask you experts for some advice. For a distributed computing project of mine I use BOINC, but the BOINC clients don\'t \"see\" each other. So everyone is computing its own workunit.[详细]
2023-03-26 21:03 分类:问答Getting started with writing MPI programs
In this coming semester, I am starting some research on large-scale distribu开发者_C百科ted computing with MPI. What I am looking for help with is the initial stages, specifically getting a solid deve[详细]
2023-03-25 11:48 分类:问答Open MPI program not working when distributing processes among multiple hosts
My test program works fine when I run multiple processes on a single machine. $ ./mpirun -np 2 ./mpi-test[详细]
2023-03-25 11:22 分类:问答Dynamic nodes in OpenMPI
In MPI, is it possible to add new nodes after it is started? For example, I have 2 computers already running a parallel MPI application. I start another instance of this application on a third compute[详细]
2023-03-24 21:54 分类:问答Jini/JavaSpaces discovery error
On this article: http://java.sun.com/developer/technicalArticles/tools/JavaSpaces/ is a tutorial how to run JavaSpaces client. I wrote these classes in Eclipse, started Launch-All script and Run examp[详细]
2023-03-23 04:38 分类:问答Which version of MPI have additional features for developers
Currently I need to develop a program using MPI interface. There are several freely available MPI implementations and I wonder is there any whi开发者_JAVA技巧ch provides additional debugging tools, pl[详细]
2023-03-22 02:20 分类:问答How to distribute a file to multiple clients efficiently?
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[详细]
2023-03-16 18:38 分类:问答Name for this distributed-database data-location optimization algorithm?
Say we have a large graph of databases connected to each other, effectively one giant distributed database.Any node on the graph can query the whole datab开发者_开发技巧ase by querying its neighbors r[详细]
2023-03-16 14:02 分类:问答