Skip to content

The Erlang process scheduler #16

@sseg

Description

@sseg

Might answer these questions:

  • what is an Erlang process?
  • how does the runtime schedule processes?
  • what are the strengths/weaknesses of this strategy?
  • how does this affect garbage collection?
  • what affect does this have on CPU- and I/O- bound workloads?
  • how does it compare to other language platform schedulers? (preemptive or cooperative, e.g. golang, java, etc)
  • what does this mean when programming in elixir?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions