Skip to content

Instantly share code, notes, and snippets.

@bduggan
Created September 26, 2012 17:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bduggan/3789340 to your computer and use it in GitHub Desktop.
Save bduggan/3789340 to your computer and use it in GitHub Desktop.
Event Driven Programming
- no blocking
- no polling
- no sleeping
- events and callbacks
- inotify vs stat
- sleep vs timers
- web services
- POE
- AnyEvent
- Mojolicious
- birdhouse
- Clustericious-Admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment