Poolboy vs DynamicSupervisor

You might want to control exactly how many workers are present… in case workers use a limited resource.

For example, ecto use poolboy, and not dynamic supervisor, because access to the db is limited.