Articles
Latest
More
Newsletter Sponsorship Discord About
Sign up for our Newsletter
The video for this lesson is currently being updated, please read the transcript instead.
Vue Enterprise > Lesson 42

Optimizing concurrency

Heroku applications run in lightweight Linux containers called dynos. One way to scale your app as it receives more traffic is to add more dynos, or to upgrade the type of dyno to something more heavy duty, perhaps with multiple CPUs.

One of the great things about Heroku is that a simple CLI command can add or upgrade your dynos.

It's important to consider, though, that Node is single-threaded, so it can't automatically take advantage of additional CPU cores.


Back to course page

Click to load comments...

Articles
  • Latest
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

Vue.js Developers © 2021. View our privacy policy .

  • RSS
  • |
  • Atom