David Sulc
Blog GitHub LinkedIn Books

We can't find the internet

Attempting to reconnect

Something went wrong!

Hang in there while we get back on track

Building a pool manager, part 1.9

July 10, 2018
elixir architecture

Make workers temporary and have the pool manager in charge of restarting them.

Read article

Building a pool manager, part 1.8

July 10, 2018
elixir architecture

Handle worker deaths. (This is about OTP and not Human Resources...)

Read article

Building a pool manager, part 1.7

July 10, 2018
elixir architecture

Use an ETS table to track client monitors.

Read article

Building a pool manager, part 1.6

July 10, 2018
elixir architecture

Monitor client processes.

Read article

Building a pool manager, part 1.5

July 10, 2018
elixir architecture

Implement worker checkin and checkout.

Read article

Building a pool manager, part 1.4

July 10, 2018
elixir architecture

Make the worker supervisor start workers when it initializes.

Read article

Building a pool manager, part 1.3

July 10, 2018
elixir architecture

Add the (dynamic) worker supervisor and have our pool supervisor start it; convert our code into an OTP application.

Read article

Building a pool manager, part 1.2

July 9, 2018
elixir architecture

Implement the pool manager and have our pool supervisor start it.

Read article

Building a pool manager, part 1.1

July 9, 2018
elixir architecture

Create a new mix project, add a worker and pool supervisor.

Read article

PoolToy: A (toy) process pool manager in Elixir 1.6

July 9, 2018
elixir architecture

This series of posts will guide you in writing an OTP application that will manage pools of processes. In particular, it will do so using features introduced in Elixir 1.6 such as the DynamicSupervisor and the Registry.

Read article
1 2 3 4 5 … 7