]> Dogcows Code - chaz/talk-event-driven-programming-in-perl/blobdiff - notes.txt
add slides on exception handling
[chaz/talk-event-driven-programming-in-perl] / notes.txt
index 16f2f5c0439b4377c8ed931153d5255c126e2932..0d32c72821b78cfa6b92dd54fbd93df17c9fa3a3 100644 (file)
--- a/notes.txt
+++ b/notes.txt
@@ -30,6 +30,7 @@ X kernel facilities (poll, select, etc.)
 - Exceptions in event-driven code.
 - SIGPIPE, EPIPE - might have more to do with long-lived processes rather than
   just event-driven programming, but still something to watch out for...
+- You should almost always check the return code of your syscalls to see if they succeeded or not.
 
 7. Promises:
 - Future
@@ -51,6 +52,7 @@ X What is event-driven programming?
 - C10k problem
 - EDA (event-driven architecture)
 - Benefits of Event-driven
+- How to debug event-driven code.
 
 Traditional programs:
 - CGI - web server calls your program, and your program does its thing and
This page took 0.016247 seconds and 4 git commands to generate.