public
Description: What the Enterprise Can Learn From Your Mom presentation for erubycon 2008. (Aka "What? Threads are Hard?")
Homepage:
Clone URL: git://github.com/jimweirich/presentation_enterprise_mom.git
jimweirich (author)
Fri Jan 09 03:51:34 -0800 2009
commit  9f0d335fc281b761df53c34a5fd19f7d834390ac
tree    a96c2c9075d8b42afb6f774e7a0f475e1cad8f8c
parent  f1ee7fa13c169af9b028b601f5279883cb11012a
name age message
file .gitignore Thu Jan 08 08:26:34 -0800 2009 added simle go fuction to all erlang examples [jimweirich]
file README.textile Fri Jan 09 03:51:34 -0800 2009 added readme [jimweirich]
file abstract.txt Wed Jan 07 21:19:24 -0800 2009 updated talk for codemash [jimweirich]
directory clojure_info/ Sat Aug 16 06:32:32 -0700 2008 initial checkin [jimweirich]
directory images/ Sat Aug 16 06:32:32 -0700 2008 initial checkin [jimweirich]
directory keynote/ Fri Jan 09 03:48:20 -0800 2009 added slides.pdf at root document level. [jimweirich]
directory links/ Sat Aug 16 06:37:54 -0700 2008 rearranged directories [jimweirich]
file notes.txt Sat Aug 16 06:32:32 -0700 2008 initial checkin [jimweirich]
file slides.pdf Fri Jan 09 03:48:20 -0800 2009 added slides.pdf at root document level. [jimweirich]
directory src/ Thu Jan 08 20:22:06 -0800 2009 changed file-load name [jimweirich]
README.textile

What? Threads are Hard?

This is a presentation on the difficulties of writing thread safe code
in mainstream programming languages. We look at the problems that can
occur, and how several non-mainstream languages deal with the issues.

This presentation has been given under several different names:

  • “What the Enterprise Could Learn From Your Mom” — erubycon, 2008
  • “What Every Rubist Should Know About Threads” — RubyConf, 2008
  • “What? Threads are Hard?” — CodeMash, 2009