-
Tornado Non-blocking Smtp Client
Recently, I was developing a tornado-based web application at work. The idea of using Tornado is to base the whole web application on Tornado’s single-threaded IOloop, which enables the application to handle higher load compared to using other multi-threaded model (given the same hardware). Since there is no additional thread spawned to handle concurrent requests, no memory overhead. And besides, that help avoids context-switching cost when the program control is passed between threads.
-
Fibonacci Tail Recursion
(Documenting my progress with Haskell. little by little)
Subscribe via RSS