nanne007 / nanne007.github.io

posts and notes
http://lerencao.github.io
1 stars 0 forks source link

otp #2

Open nanne007 opened 8 years ago

nanne007 commented 8 years ago

GenServer

Client

nanne007 commented 8 years ago

Supervisor

supervisor:start_link

Supervisor Flags

Maximum Restart Intensity

limit the number of restarts which can occur in a given time interval

  • the number: intensity => MaxR, default to 1
  • the time interval: period => MaxT, default to 5

Child Specs