Tornado (web server)
Tornado is a scalable, non-blocking web server and web application framework written in Python.[2] It was developed for use by FriendFeed; the company was acquired by Facebook in 2009 and Tornado was open-sourced soon after.[3]
Performance
Tornado is noted for its high performance. It tries to solve the C10k problem affecting other servers.
Modules
- An asynchronous MongoDB driver called Motor.
- CouchDB drivers called corduroy and trombi.
- Asynchronous driver for PostgreSQL wrapping psycopg called Momoko
See also
References
- ^ "Release notes".
- ^ "Home - tornado - GitHub". GitHub. Retrieved 2009-09-10.
- ^ "Facebook open-sources real-time FriendFeed facet". CNet. Retrieved 2009-09-10.