Book Image

Elixir Cookbook

By : Paulo Pereira
Book Image

Elixir Cookbook

By: Paulo Pereira

Overview of this book

Table of Contents (16 chapters)
Elixir Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 6. OTP – Open Telecom Platform

This chapter will cover the following recipes:

  • Implementing a GenServer

  • Expanding our server

  • Creating a supervisor

  • Using Observer to inspect supervisors and processes

  • Handling errors and managing exceptions

  • Packaging and releasing an OTP application

  • Deploying applications and updating a running system