Skip to content
Snippets Groups Projects
problem-background.md 164 B
Newer Older
Stefan Dierauf's avatar
Stefan Dierauf committed
##  The Problem

* Single thread synchronous I/O
	* Cool! Totally works and easy to think about
* Multithread synchronous I/O
	* OH NOES
* Scaling, concurrency, etc