Category Archives: Code hicking

Understanding the code inside Tornado, the asynchronous web server

My goal here is to have a walk through the lower layers of the Tornado asynchronous web server. I take a bottom-up approach, starting with the polling loop and going up to the application layer, pointing out the interesting things I see on my way. So if you plan on reading the source code of [...]