distributed-computing
How to design task distribution with ZooKeeper
I am planning to write an application which will have distributed Worker processes. One of them will be Leader which will assign tasks to other processes. Designing the Leader elelection process is qu[详细]
2023-02-15 01:14 分类:问答Quickly detect remote process exit/crash
I have a distributed app where resources get locked for exclusive use by tasks. Each task runs in its own process. I\'d like to automatically unlock resources if a task process exits or the server it\[详细]
2023-02-14 17:12 分类:问答tasknumber in MATLAB distributed jobs?
I\'m running a distributed job on a cluster. I need to execute a script that sends me an email when the last task fi开发者_如何学Pythonnishes (rather, all the tasks are complete). I have my script rea[详细]
2023-02-14 12:37 分类:问答Dimension Reduction with Map reduce, using distributed computing?
Do you know an application or algorithm to reduce dimensionality of big data, maybe using Map-Reduce, or other ap开发者_如何学Pythoni, also:[详细]
2023-02-14 07:12 分类:问答Distributed computing framework for Clojure/Java
I\'m developing an application where I need to distribute a set of tasks across a potentially quite开发者_运维知识库 large cluster of different machines.[详细]
2023-02-14 03:25 分类:问答Could Node.js run client side in Chrome with its native client (to be released soon)
Google Chrome\'s native client is soon to be released. h开发者_JAVA百科ttp://blog.chromium.org/2011/02/native-client-getting-ready-for-takeoff.html[详细]
2023-02-12 21:58 分类:问答Any Good Patterns For Distributed Parallelism?
I\'ve got a for loop I want to parallelize with something like PLINQ\'s Parallel.ForEach(). The key here is that the C++ library i\'m calling to do the computation is decidedly not thread safe, ther[详细]
2023-02-11 11:35 分类:问答What are the essentials of real-time distributed systems?
I am getting my foot into contracting and have had today my first round interview for a contractor position. I have passed it however I was told - being mainly a UI developer - I only covered the basi[详细]
2023-02-11 02:07 分类:问答C++ vs C for distributed computing [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-02-11 00:01 分类:问答Communication between 2 nodes in a cluster
I am trying to figure out how this will work out: client-server communication via NIO/BIO Server-server communication (replication, membership etc) via JGroups (replication of data can be a pain?)[详细]
2023-02-10 16:52 分类:问答