distributed-computing
Synchronizing Database Access in a Distributed App
A common bit of programming logic I find myself implementing often is something like the following pseudo-code:[详细]
2023-02-07 10:52 分类:问答Clustered MDBs with Spring
I have an existing spring/JPA application and some of the business logic I want to run in parallel. Years ago on a telecoms app I had a similar requirement and we handled this by executing the paralle[详细]
2023-02-07 00:59 分类:问答asking about apache zookeeper [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-02-06 23:41 分类:问答Do you recommend any good book about distributed systems and cloud computing? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-06 15:43 分类:问答Are major distributed computing frameworks meant only for cloud?
Microsoft HPC, GridGain, digipede and the like are all commercial distributed computing platforms. They seem to be meant only for managed machines and cloud. Does that mean all machines have to be on[详细]
2023-02-05 14:12 分类:问答Leader Election Algorithm
I am exploring various architectures in cluster computing. Some of the popular ones are: Master-Slave.[详细]
2023-02-04 19:42 分类:问答Techniques Small-scale Distributed Computing
I have a program which performs a Monte Carlo-type simulation.Currently I have written version of the program against both OpenMP and OpenCL and wish to know the best approach for distributing the wor[详细]
2023-02-04 05:08 分类:问答Add functions dynamically to existing celery worker processes?
I\'m getting started with celery and I want to know if it is possible to add modules to celeryd processes that have already been started. In other words, instead of adding modules via celeryconfig.py[详细]
2023-02-04 03:11 分类:问答Framework recommendation needed on .NET or JAVA for Volunteer computing (internet nodes)
I want client machines on internet who subscribe to my server to donate their idle cpu cycles.(Like SETI@Home)[详细]
2023-02-03 21:51 分类:问答Partial ordering of events in a distributed system
I was wondering if someone could explain in layman\'s terms what partial ordering of events are in a distributed system? Also, what is total ordering?[详细]
2023-02-03 03:22 分类:问答