Working with Elixir's Concurrency Model

When you start working with your Phoenix application, you'll inevitably start marveling about how fast your application runs, how stable it is, and how well it handles an absolute ton of incoming connections. The great thing about working with Phoenix is that all of this is just something you get for free! No drama, no confusion, your application just scales for free to an amazing level. This is a wonderful thing to think about when you're architecting a site. Typically, there is a dance that happens somewhere along the implementation of your site where you need to start thinking and planning for how you're going to scale your app for 10x/100x/1000x growth in concurrent users.

If you're hosting your ...

Get Phoenix Web Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.