Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dear God What Am I Doing: Threads, Processes, Fibers #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Dear God What Am I Doing? Concurrency and Parallel Processing

Here's a situation we've all be in at one point. We have a program. We
want to make that program faster. We know about threads, processes,
fibers. Then you start programming and you have no clue what to do. I
was there. It sucks. This talk guides you down the rabbit hole and
brings out the other side.

Points covered:

* Threads, Fibers
* Processes, Forking, Detaching
* Parellelism vs Concurrency
* The many many different ways I crashed my computer learning these
things
* Gotchas of each
* Common ways you shoot yourself in the foot
* Celluoid

This is a learning and informative talk. It's target at intermediate
developers who have ruby experience but never written any multi threaded
code.


## Adam Hawkins

My name is Adam Hawkins. I'm a rubyist, rails guy, and general
open source nerd. I love to contribute to open source projects I use as
well as write my own. I scratch my own itches through my open source
work. When I'm not coding I travel and enjoy trance in very heavy doses.


(Me)[https://raw.github.com/twinturbo/talks/master/headshot1.jpeg]

## On the web

- [Blog](http://broadcastingadam.com)
- [Twitter](https://twitter.com/adman65)
- [Speakerdeck](https://speakerdeck.com/u/twinturbo)


15 changes: 0 additions & 15 deletions example/README.md

This file was deleted.