Jump to: navigation, search

Solum/Workloads

< Solum
Revision as of 20:16, 9 October 2013 by Adrian Otto (talk | contribs) (Created page with "= Solum Workload Types = Solum is designed to be able to accommodate a variety of different application workload types. Although web applications are common, other workload t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Solum Workload Types

Solum is designed to be able to accommodate a variety of different application workload types. Although web applications are common, other workload types should also be supported, including:

Workload Description Examples
Web Application Load balanced pools of application servers that may share a common database service.
  • 3-tier web applications
  • REST API Service
  • Mobile app backend
Batch Processes A group of worker nodes that process work from a common queue service, and may store output in a filesystem.
  • Video transcoding service
  • Document format conversion
  • Scientific Experiments
Distributed System A group of similar app nodes that are connected with a peer-to-peer network protocol for relaying state data.
  • Distributed storage systems
  • Massively multi-player games
  • Distributed caches