-
Notifications
You must be signed in to change notification settings - Fork 0
Must Read
korenyushkin edited this page May 31, 2011
·
13 revisions
- JavaScript: The Definitive Guide by David Flanagan. We met David in Portland. He was looking for a programming job because his books are pirated.
- node.js is an open source JavaScript platform with an asynchronous API. We may integrate patsak into node. I talked to Ryan about it on JSConf. I highly recommend watching his introductory video.
- Why Events Are A Bad Idea (for high-concurrency servers)
- Cooperative Multitasking
- Coroutine
- [Fiber](http://en.wikipedia.org/wiki/Fiber_(computer_science\))
- Threads without Locks
- Why Threads Are A Bad Idea (for most purposes)
- node-fibers and discussion about it
- node-fiberize
- Cloud Foundry
- V8 Embedder's Guide describes V8 API
- Heroku architecture: one, two
- Patsak Build Howto
- Akshell Infrastructure Diagram