Completed
Current Performance Metrics
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Erlang for Authoritative DNS
Automatically move to the next video in the Classroom when playback concludes
- 1 Erlang for Authoritative DNS Anthony Eden Founder of DNSimple
- 2 Benefits of Erlang
- 3 Binary Bit Syntax
- 4 Pattern Matching
- 5 Processes and OTP
- 6 Spawn- Init - Receive - Exit
- 7 Packet Cache
- 8 Thinking in Erlang
- 9 Operations
- 10 Working around what Erlang isn't good at
- 11 Identify Bottlenecks
- 12 Optimize sequential paths
- 13 Reduce garbage collection
- 14 Packet read loop
- 15 Process pool
- 16 In-memory cache of zone data
- 17 Remote zone loading from a special purpose server
- 18 Current Performance Metrics
- 19 SO_REUSEPORT
- 20 Command & Control