Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in erlang-otp

erlang OTP Supervisor crashing

Erlang supervisor dynamic change to restart intensity

How to create an event emitter with elixir, the otp way

Attach an iex session to running elixir/OTP process

Supervised GenServer not being restarted?

elixir erlang-otp

What's the best way to run a gen_server on all nodes in an Erlang cluster?

Building a commercial system: Pure Erlang or Erlang/OTP?

erlang erlang-otp

Do we have Akka/Scala equivalents for the OTP behaviors?

scala erlang akka erlang-otp

When to use gen_server in Erlang/OTP applications

erlang erlang-otp mochiweb

How do I found out which node an Erlang process (PID) is running on?

Erlang: supervisor(3), adding a child process

In Elixir/Erlang, which port is used for `Node.connect`?

erlang elixir erlang-otp

Elixir - Get all PIDs for processes under a supervisor

elixir erlang-otp

Is it bad to send a message to self() in init?

erlang erlang-otp

Proper Elixir OTP way to structure a recurring task

elixir erlang-otp

What's the benefit of registering name using {:via, module, term} in GenServer.start_link/3?

Why big companies use Mnesia instead of using Riak or CouchDB [closed]

Introduction to Erlang/OTP production applications deployment

Concurrency: Processes vs Threads