Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save miguel-vila/b4bac2d8a7f4ec15de74 to your computer and use it in GitHub Desktop.
Save miguel-vila/b4bac2d8a7f4ec15de74 to your computer and use it in GitHub Desktop.

"Your Server as a Function" by Marius Eriksen

  • Operations describe what is computed; execution is handled separately. This frees the programmer from attending to the minutiae of setting up threads, ensuring pools and queues are sized correctly, and making sure that resources are properly reclaimed— these concerns are instead handled by our runtime library, Finagle.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment