distributed-computing
Are there any simple solutions for distributing computational work in .NET?
So let\'s say I have some computers at home. Let\'s also 开发者_开发知识库say that I have some algorithm I want to run, that generally takes a lot of time to solve. It can be divided in how many part[详细]
2023-02-03 03:01 分类:问答Seti@Home kind of frameworks
Are there any client-server frameworks similar to SETI available ? I have such client-server model, where volunteers sign up as client (agent or node, call it whatever) and give their idle computing[详细]
2023-02-02 14:24 分类:问答Why isn't Hadoop implemented using MPI?
Correct me if I\'m wrong, but my understanding is that Hadoop does not use MPI for communication between different nodes.[详细]
2023-02-02 13:20 分类:问答What should i do for accommodating large scale data storage and retrieval?
There\'s two columns in the table inside mysql database. First column contains the fingerprint while the second one contains the list of documents which have that fingerprint. It\'s much like an inver[详细]
2023-02-01 12:52 分类:问答Distributed system design
In a distributed system, a certain node distributes \'X\' units of work equally across \'N\' nodes (via socket message passing).[详细]
2023-01-31 04:37 分类:问答parallel application checkpointing in java
does anyone know a parallel aplication/benchmark in java that simulates checkpointing? i mean, in my cluster there are running parallel processes in diferent nodes and i want to make them concurrently[详细]
2023-01-30 18:07 分类:问答How does "distributed computing" apply to web development or programming in general?
I am about to use Apache Hadoop, the headlines read: The Apache Hadoop project develops open-source software for reliable,[详细]
2023-01-30 09:39 分类:问答Ideas to define java architecture for a Swing-JavaFX / RMI / EJB3.0 application
The problem We are involved in a new project to develop an application with several PC\'s that will act as general purpose computers. There is also a computer that will act from time to time as a mas[详细]
2023-01-30 04:09 分类:问答Why No Server Side Sockets?
I was perusing the JBoss Remoting documentation and I am trying to understand the reason for bidirectional transport. The documentation states th开发者_运维知识库at there could be security implication[详细]
2023-01-28 18:52 分类:问答Is Erlang's security via cookies enough?
A thing concerning the security of Erlang\'s "secret cook开发者_JAVA技巧ie" mechanism.[详细]
2023-01-27 05:32 分类:问答