Skip to content

Instantly share code, notes, and snippets.

@ryansmith3136
Created October 16, 2012 16:48
Show Gist options
  • Select an option

  • Save ryansmith3136/3900491 to your computer and use it in GitHub Desktop.

Select an option

Save ryansmith3136/3900491 to your computer and use it in GitHub Desktop.
Ruby At Heroku

Ruby At Heroku

Where We Use Ruby

  • Web API
  • HTTP API
  • Dyno Management
  • Dynos

Where We Use Something Else:

  • HTTP Router (Erlang)
  • Data Analytics (PL/pgSQL)
  • Visibility (Go)

Why We Like Ruby

  • Easy to read & write.
  • Subsequently makes fast prototypes.

Our concerns with Ruby

  • Weak concurrency primitives.
  • Unpredictable memory management.
  • Debugging memory leaks.
  • Processes with large memory usage.
  • Stdlib.

Contact

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment