Questions tagged [grid-computing]

6 questions
8
votes
2 answers

How can I learn about Distributed Software Systems as efficiently as possible?

I'm trying to learn cloud-computing, especially the idea of distributed operations (Grid Computing?) for a project I'm working on. We'll need to perform distributed fault-tolerant operations over a very large data set, which we will also be…
GWLlosa
  • 1,159
  • 8
  • 14
7
votes
1 answer

Open Grid Engine or Akka/Something more fault tolerant?

My use case is that I have a pipeline of independent, stand alone programs, that I want to execute in a certain order on specific pieces of data that are output from previous pipeline stages. The pipeline is entirely linear and doesn't do anything…
6
votes
1 answer

How to determine the source of a request in a distributed service system?

Map/Reduce is a great concept for sorting large quantities of data at once. What to do if you have small parts of data and you need to reduce it all the time? Simple example - choosing a service for request. Imagine we have 10 services. Each…
2
votes
1 answer

Setting up mathematical computations to run in the background and/or on multiple devices

I'm mainly a mathematician, and I am currently doing research into something that I would need to compute. Using basic Octave or Python commands makes the application unresponsive. However, I have seen instances of where computers (even mine) can…
Magnesia
  • 47
  • 3
2
votes
1 answer

Multi-instance Microservice Grid: Preventing Duplication Of Effort When Resolving Cached Resources

Background: We are in the process of converting a traditional multi-service Windows Service (WS) application into an Azure Service Fabric microservices grid running on a Service Bus messaging layer. In the WS application, the "data loader" service…
1
vote
1 answer

What is the difference between E-Science Infrastructures and Distributed Computing Infrastructures

What is the difference between eScience infrastructures and grid computing or distributed computing infrastructures? And what are some of their examples. I can not distinguish them clearly. Is it how a grid is used make it an e-science platform?
LifeH2O
  • 551
  • 2
  • 5
  • 11