Scalability is the ability of a system, network, or process, to handle growing amount of work in a capable manner or its ability to be enlarged to accommodate that growth.

learn more… | top users | synonyms

2
votes
0answers
69 views

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 ...
1
vote
0answers
124 views
+200

architectural inspiration for distributed search cluster

I'm in a process of redesigning architecture for a custom search engine. I've got a pretty good idea how I'm going to do it, but I'd like to read up how other people, especially in top companies have ...