Skip to content

Instantly share code, notes, and snippets.

@bgmarx
Created August 19, 2017 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bgmarx/72eb1184a13716b23f0fa5edc1c2ac78 to your computer and use it in GitHub Desktop.
Save bgmarx/72eb1184a13716b23f0fa5edc1c2ac78 to your computer and use it in GitHub Desktop.
["Due", "to", "their", "lightweight", "nature,", "it", "is", "not", "uncommon",
"to", "have", "hundreds", "of", "thousands", "of", "processes", "running",
"concurrently", "in", "the", "same", "machine.", "Isolation", "allows",
"processes", "to", "be", "garbage", "collected", "independently,", "reducing",
"system-wide", "pauses,", "and", "using", "all", "machine", "resources", "as",
"efficiently", "as", "possible", "(vertical", "scaling).\n\nProcesses", "are",
"also", "able", "to", "communicate", "with", "other", "processes", "running",
"on", "different", "machines", "in", "the", "same", "network.", "This",
"provides", "the", "foundation", "for", "distribution,", "allowing",
"developers", "to", "coordinate", "work", "across", "multiple", "nodes",
"(horizontal", "scaling)."]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment