Top "Distributed-computing" questions

utilizing more than one computer, connected to each other with a communication link to accomplish a common task.

Meaning of inter_op_parallelism_threads and intra_op_parallelism_threads

Can somebody please explain the following TensorFlow terms inter_op_parallelism_threads intra_op_parallelism_threads or, please, provide links …

python parallel-processing tensorflow distributed-computing
Calculate the median of a billion numbers

If you have one billion numbers and one hundred computers, what is the best way to locate the median of …

algorithm distributed-computing
Cloud virtual machines available for free for open source testing?

Anyone know about places in the cloud where you can create (virtual) machines (like Amazon EC2) to use for your …

open-source virtual-machine cluster-computing distributed-computing
Method to replicate sqlite database across multiple servers

I'm developing an application that works distributed, and I have a SQLite database that must be shared between distributed servers. …

sqlite replication distributed-computing high-availability rethinkdb
How are MPI_Scatter and MPI_Gather used from C?

So far, my application is reading in a txt file with a list of integers. These integers needs to be …

c parallel-processing mpi distributed-computing
What is a task in Spark? How does the Spark worker execute the jar file?

After reading some document on http://spark.apache.org/docs/0.8.0/cluster-overview.html, I got some question that I want to …

apache-spark distributed-computing
C++ Winsock P2P

Scenario Does anyone have any good examples of peer-to-peer (p2p) networking in C++ using Winsock? It's a requirement I …

c++ winsock p2p distributed-computing winsockets
What is Terracotta?

What is Terracotta? What services does it offer? What problems does it solve? What other products solve problems similar to …

java distributed-computing terracotta
akka or similar alternative for golang to support distributed concurrency?

I know golang is very good at concurrency with its built-in support, but seems to me they are not distributed, …

go distributed-computing
Cluster Shared Cache

I am searching for a java framework that would allow me to share a cache between multiple JVMs. What I …

java caching distributed-computing cluster-computing